libraries/libee: Forced to use -j1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-18 15:56:36 +00:00 committed by Robby Workman
parent a1753fdbe9
commit f2cfa5d3df

View file

@ -81,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux \
--disable-static
make
make -j1
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \