rules/perl: changed compilation to single thread to avoid errors in complication.

This commit is contained in:
Pedro Gonçalves 2019-08-08 16:38:14 +01:00 committed by GitHub
parent b96a0a57c8
commit ce9ad8e9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}