]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl
perl: Enable threads.
[people/pmueller/ipfire-2.x.git] / lfs / perl
index b9b42398a13aa7f5d273eee201fb45513f1f54c3..01bc85318c185819a3b9c883cb457fb125e71076 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -82,7 +82,7 @@ ifneq "$(ROOT)" ""
 endif
 ifeq "$(ROOT)" ""
        cd $(DIR_APP) && ./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 \
-               -Dman3dir=/usr/share/man/man3 -Dpager="/usr/bin/less -isR"
+               -Dman3dir=/usr/share/man/man3 -Dpager="/usr/bin/less -isR" -Dusethreads
        cd $(DIR_APP) && sed -i 's/^0$$//' makefile
        cd $(DIR_APP) && sed -i 's/^0$$//' x2p/makefile
        cd $(DIR_APP) && make $(MAKETUNING)