mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/ipvsadm: Fixed to force -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
55fd454e71
commit
ea05118eee
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ patch -p1 -i $CWD/ipvsadm-1.25-popt.patch
|
|||
sed -i "s/-Wall/-Wall $SLKCFLAGS/" Makefile
|
||||
sed -i "s/-Wall/-Wall $SLKCFLAGS/" libipvs/Makefile
|
||||
|
||||
make
|
||||
make -j1
|
||||
|
||||
make BUILD_ROOT=$PKG install
|
||||
|
||||
|
|
Loading…
Reference in a new issue