mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
fix for keyutils pkgbuild
This commit is contained in:
parent
0ccd93162e
commit
043629fc5e
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - commented out sed line, doesn't build otherwise
|
||||
# - must build -j1, everything must build in order
|
||||
|
||||
plugrel=1
|
||||
|
||||
|
@ -20,7 +21,7 @@ source=(http://people.redhat.com/~dhowells/$pkgname/$pkgname-$pkgver.tar.bz2)
|
|||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
#sed -i -e '/CFLAGS/s|:= -g -O2|+=|' Makefile
|
||||
make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
make -j1 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue