summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/perl/APKBUILD4
1 files changed, 3 insertions, 1 deletions
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 <rnalrd@gmail.com>
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 \