diff options
Diffstat (limited to 'main/pcre/APKBUILD')
-rw-r--r-- | main/pcre/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD index ff18dbfa4c..e4f04305b2 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 |