libraries/lablgtk: Forced -j1 (parallel building is broken).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-12-23 22:29:27 +01:00
parent cd5b4f7cee
commit 36a0de21cf

View file

@ -75,7 +75,7 @@ chmod -R u+w,go+r-w,a-s .
sed -i -e "s/\\(CFLAGS = .*\\)/\\1 ${SLKCFLAGS}/" src/Makefile
sed -i -e "s/\\(CFLAGS += -O\\)/CFLAGS +=/" src/Makefile
make world
make -j1 world
make DESTDIR=$PKG install
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \