perl/perl-Inline: Forced to use -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-21 00:26:09 +00:00 committed by Willy Sudiarto Raharjo
parent 173f6dd3c7
commit c173e7370f

View file

@ -76,7 +76,7 @@ PERL_MM_USE_DEFAULT=y perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make -j1 test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \