summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2010-12-31 20:51:18 -0600
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-04 16:05:55 +0000
commitd8f92b2eb49953bebde37c34c4f51f0f8d748470 (patch)
tree636ade1d0c6f9ee7b2320f4fd4421af97eea7171
parent54feca161d56fba1ef4d3af331eb843d38326359 (diff)
main/pcre: enabled unicode properties (UCP)
-rw-r--r--main/pcre/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD
index ff18dbfa4c6..e4f04305b21 100644
--- a/main/pcre/APKBUILD
+++ b/main/pcre/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pcre
pkgver=8.11
-pkgrel=0
+pkgrel=1
pkgdesc="Perl-compatible regular expression library"
url="http://pcre.sourceforge.net"
arch="x86 x86_64"
@@ -27,6 +27,7 @@ build() {
cd "$_builddir"
./configure --prefix=/usr \
--enable-utf8 \
+ --enable-unicode-properties \
--with-match-limit-recursion=8192 \
--htmldir=/usr/share/doc/$pkgname-$pkgver/html \
--docdir=/usr/share/doc/$pkgname-$pkgver