perl: Enable threads.

Suggested by bern from the ipfire forum.
This commit is contained in:
Michael Tremer
2011-01-14 12:02:46 +01:00
parent 59c524d029
commit cafa88ca9b
2 changed files with 502 additions and 502 deletions

File diff suppressed because it is too large Load Diff

View File

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