summaryrefslogtreecommitdiff
path: root/package/perl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:38:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:38:40 +0200
commit5d042962bcc03853f940044bb09cd95f60202908 (patch)
tree11136a4b0919e59b95f381f4c5f1670b18f450e8 /package/perl
parenteebce988808821c7c656a4217593c2c5f9f8c3d1 (diff)
parentda1f19486208d5ce32e2773f801bd931e19f4bf1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/perl')
-rw-r--r--package/perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/perl/Makefile b/package/perl/Makefile
index bb8565825..7fb8172e1 100644
--- a/package/perl/Makefile
+++ b/package/perl/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= perl
PKG_VERSION:= 5.12.3
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 29975a69dce54e47fcd6331c085c6c99
PKG_DESCR:= full-blown Perl
PKG_SECTION:= lang
@@ -21,7 +21,7 @@ $(eval $(call PKG_template,PERL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
CONFIG_STYLE:= manual
pre-configure:
- (cd ${WRKBUILD}; ./Configure -des -Dcc=gcc -Dprefix=/usr -A ccflags="${TARGET_CFLAGS}");
+ (cd ${WRKBUILD}; ./Configure -des -Dusethreads -Dcc=gcc -Dprefix=/usr -A ccflags="${TARGET_CFLAGS}");
post-install:
${INSTALL_DIR} ${IDIR_PERL}/usr/bin