libpcre: enable jit compiling support
This commit is contained in:
parent
01cd72c3f8
commit
73051415b8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user