xfsprogs: added -j1 make option
This commit is contained in:
parent
ff9642f03d
commit
b97772759d
@ -11,6 +11,7 @@ source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
|
||||
build() {
|
||||
cd $name-$version
|
||||
export DEBUG=-DNDEBUG
|
||||
export MAKEFLAGS="$MAKEFLAGS -j1"
|
||||
./Makepkgs verbose
|
||||
tar xfz build/tar/$name-$version.tar.gz -C $PKG
|
||||
mv $PKG/usr/sbin $PKG/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user