diff options
author | Juergen Daubert <jue@jue.li> | 2011-10-28 10:06:39 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-10-28 10:06:39 +0200 |
commit | 73051415b8029301dbd2096319ec0e9261080318 (patch) | |
tree | b48a8d71ec9ac7cb2530b21aa07a1ead854527b9 /libpcre | |
parent | 01cd72c3f82320be030052a02ea0adbdb74f7886 (diff) | |
download | core-73051415b8029301dbd2096319ec0e9261080318.tar.gz core-73051415b8029301dbd2096319ec0e9261080318.tar.xz |
libpcre: enable jit compiling support
Diffstat (limited to 'libpcre')
-rw-r--r-- | libpcre/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index b5a71e1b..d99de3af 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -4,7 +4,7 @@ name=libpcre version=8.20 -release=1 +release=2 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) build() { @@ -13,7 +13,8 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/man \ --enable-utf8 \ - --enable-unicode-properties + --enable-unicode-properties \ + --enable-jit make make DESTDIR=$PKG install |