libraries/librra: Use "make -j1" during build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
60de624b31
commit
87bcb4c0a2
|
@ -65,7 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-static \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in New Issue