mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-utilite fixes
This commit is contained in:
parent
7be01e72e0
commit
9b36b7988f
1 changed files with 4 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
buildarch=4
|
||||
pkgbase=linux-utilite
|
||||
_commit=f22612591b15328721f366700c66a68fe38ce644
|
||||
_commit=d11abe0243b04e5eb079469aa3b425eddf7b4172
|
||||
_srcname=utilite-utilite
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="CompuLab Utilite"
|
||||
pkgver=3.0.35
|
||||
pkgrel=6
|
||||
arch=('armv7h')
|
||||
url="https://github.com/kmihelich/linux-utilite"
|
||||
url="https://gitorious.org/utilite/utilite"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
|
@ -34,6 +34,8 @@ prepare() {
|
|||
build() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
LDFLAGS=""
|
||||
|
||||
# get kernel version
|
||||
make prepare
|
||||
|
||||
|
|
Loading…
Reference in a new issue