libraries/libgig: Parallel building seems broken, so force -j1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-17 21:30:02 +02:00 committed by Robby Workman
parent d4d36529ad
commit c074a97e37

View file

@ -4,7 +4,7 @@
PRGNAM=libgig
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -62,7 +62,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make
make -j1
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \