fix for keyutils pkgbuild

This commit is contained in:
Kevin Mihelich 2011-03-28 12:32:09 -04:00
parent 0ccd93162e
commit 043629fc5e

View file

@ -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() {