mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-d3plug fixes
This commit is contained in:
parent
34d8c3d883
commit
bea54254a8
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ pkgrel=2
|
|||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git' 'python2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=("http://archlinuxarm.org/builder/src/linux-${pkgver}-d3plug.tar.xz"
|
||||
'config'
|
||||
|
@ -44,6 +44,8 @@ prepare() {
|
|||
build() {
|
||||
cd "${srcdir}/linux-${pkgver}"
|
||||
|
||||
unset LDFLAGS
|
||||
|
||||
# get kernel version
|
||||
make prepare
|
||||
|
||||
|
|
Loading…
Reference in a new issue