Skip to content

Commit

Permalink
perl-5.12.1: Add -Dusethreads
Browse files Browse the repository at this point in the history
Add -Dusethreads to make configuration similar to the configuration
of /usr/local/bin/perl.
  • Loading branch information
donald committed Apr 26, 2020
1 parent 2ef95f0 commit 426acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl-5.12.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sed -i -e '/"$cppstdin $Config/ s/cppstdin/cppstdin -P/' ext/Errno/Errno_pm.PL
# -Duseshrplib : build shared perl library (required when perl is to be included in a shared library)
# -DEBUGGING : add debugging code (perl -D)
#
./Configure -des -Duseshrplib -Dprefix=$PREFIX
./Configure -des -Duseshrplib -Dusethreads -Dprefix=$PREFIX

make -j$(nproc)

Expand Down

0 comments on commit 426acd4

Please sign in to comment.