summaryrefslogtreecommitdiffstats
path: root/network/cowpatty
diff options
context:
space:
mode:
author David Spencer2013-11-24 12:01:31 +0100
committer Willy Sudiarto Raharjo2013-11-24 13:23:45 +0100
commit0f868ede1b61ce302fb11b25b2b374c7322f9e68 (patch)
tree88457550c54ff639dbf236252438682c0268a59c /network/cowpatty
parentad62b792a1ae503578f0b14fdf65ad22d4587c0c (diff)
downloadslackbuilds-0f868ede1b61ce302fb11b25b2b374c7322f9e68.tar.gz
network/cowpatty: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cowpatty')
-rw-r--r--network/cowpatty/cowpatty.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/cowpatty/cowpatty.SlackBuild b/network/cowpatty/cowpatty.SlackBuild
index 3fa82c3d4e..160b997da5 100644
--- a/network/cowpatty/cowpatty.SlackBuild
+++ b/network/cowpatty/cowpatty.SlackBuild
@@ -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