mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/cowpatty: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ad62b792a1
commit
0f868ede1b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ find -L . \
|
|||
# force the Makefile to use our SLKCFLAGS:
|
||||
sed -i 14s/"-g3 -ggdb"/"-g3 -ggdb ${SLKCFLAGS}"/ Makefile
|
||||
|
||||
make
|
||||
make -j1
|
||||
make strip
|
||||
make install BINDIR=/usr/bin DESTDIR=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue