From ce9ad8e9c634fd762809bc90f617bfbe768b5032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Thu, 8 Aug 2019 16:38:14 +0100 Subject: [PATCH] rules/perl: changed compilation to single thread to avoid errors in complication. --- rules/perl/default.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/perl/default.bash b/rules/perl/default.bash index 977d986..ed90bee 100644 --- a/rules/perl/default.bash +++ b/rules/perl/default.bash @@ -29,7 +29,7 @@ post_unpack() fi sed 's/libs = $perllibs $cryptlib/libs = $perllibs $cryptlib -lm/g' Makefile.SH -i && - $cmd_cp -v Makefile.SH{,.orig} && + $cmd_make_single -v Makefile.SH{,.orig} && sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH }