summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author David Spencer2013-11-21 01:26:09 +0100
committer Willy Sudiarto Raharjo2013-11-21 06:14:39 +0100
commitc173e7370f9151fe9fd42e91d71eebdace69f97d (patch)
tree382b3476c89e502229bfaf1a6fadaac9b40bf864 /perl
parent173f6dd3c7f294f680674c12696f7fffd365babd (diff)
downloadslackbuilds-c173e7370f9151fe9fd42e91d71eebdace69f97d.tar.gz
perl/perl-Inline: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Inline/perl-Inline.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Inline/perl-Inline.SlackBuild b/perl/perl-Inline/perl-Inline.SlackBuild
index ae4209dd48..978b9ab1df 100644
--- a/perl/perl-Inline/perl-Inline.SlackBuild
+++ b/perl/perl-Inline/perl-Inline.SlackBuild
@@ -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 \