From 83fb38bcafc37ec251b4c0cf02424cc7c4d68747 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 15 Dec 2010 08:38:56 +0000 Subject: main/perl: build libperl as shared and enable threads --- main/perl/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main/perl') diff --git a/main/perl/APKBUILD b/main/perl/APKBUILD index 30a3179c77..fa531c0ffc 100644 --- a/main/perl/APKBUILD +++ b/main/perl/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Leonardo Arena pkgname=perl pkgver=5.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Larry Wall's Practical Extraction and Report Language" url=http://www.perl.org arch="x86 x86_64" @@ -37,6 +37,8 @@ build() { -Dlocincpth=' ' \ -Doptimize="${CFLAGS}" \ -Duselargefiles \ + -Dusethreads \ + -Duseshrplib \ -Dd_semctl_semun \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -- cgit v1.2.3