diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-24 14:43:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-24 14:43:49 +0200 |
commit | 89b9d7b45750e0416710355949ab10f4fb283cbc (patch) | |
tree | 98cbc62f7c08e032d842991eb78a8a7c3a4c13cc /package/perl | |
parent | 7f68c00d0201efb725ae5e959d63105168ce82ea (diff) |
make automake more usable
Diffstat (limited to 'package/perl')
-rw-r--r-- | package/perl/Makefile | 4 |
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 |