diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-07-08 13:33:54 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-07-09 09:08:06 +0200 |
commit | db8a693e65d57bdb9c68e813ebe11447686c1f32 (patch) | |
tree | c25fce72ecc80765b3a4f32261cda0761526119d /main | |
parent | 77a406173db36303cd12a6d61b738695de836b0c (diff) | |
download | aports-db8a693e65d57bdb9c68e813ebe11447686c1f32.tar.bz2 aports-db8a693e65d57bdb9c68e813ebe11447686c1f32.tar.xz |
main/pcre: upgrade to 8.31
- enable JIT
Diffstat (limited to 'main')
-rw-r--r-- | main/pcre/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD index a5985ad552..73d61479da 100644 --- a/main/pcre/APKBUILD +++ b/main/pcre/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pcre -pkgver=8.30 +pkgver=8.31 pkgrel=0 pkgdesc="Perl-compatible regular expression library" url="http://pcre.sourceforge.net" @@ -25,6 +25,7 @@ prepare() { build() { cd "$_builddir" ./configure --prefix=/usr \ + --enable-jit \ --enable-utf8 \ --enable-unicode-properties \ --with-match-limit-recursion=8192 \ @@ -46,4 +47,4 @@ libpcrecpp() { mv "$pkgdir"/usr/lib/libpcrecpp.so* "$subpkgdir"/usr/lib/ } -md5sums="98e8928cccc945d04279581e778fbdff pcre-8.30.tar.bz2" +md5sums="1c9a276af932b5599157f96e945391f0 pcre-8.31.tar.bz2" |