pcre: Enable JIT

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2019-02-14 16:27:11 +00:00
parent e50a591608
commit 462f5bb3d1
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
name = pcre
version = 8.41
release = 1
release = 2
groups = System/Libraries
url = http://www.pcre.org/
@ -31,7 +31,7 @@ build
configure_options += \
--disable-static \
--docdir=/usr/share/doc/pcre-%{version} \
--disable-jit \
--enable-jit \
--enable-pcre8 \
--enable-pcre16 \
--enable-pcre32 \