libpcre: enable jit compiling support

This commit is contained in:
Juergen Daubert 2011-10-28 10:06:39 +02:00
parent 01cd72c3f8
commit 73051415b8

View File

@ -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