From 5b7ea0e1636306d0bc6b5d77a621ed3d61f6c8d5 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 18 Mar 2014 18:15:36 +0100 Subject: [PATCH] pcre: Disable jit compiler support. The used jit compiler will be killed by grsecurity and so is not usable on IPFire systems. --- pcre/pcre.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcre/pcre.nm b/pcre/pcre.nm index f25f1304d..782b43824 100644 --- a/pcre/pcre.nm +++ b/pcre/pcre.nm @@ -5,7 +5,7 @@ name = pcre version = 8.34 -release = 2 +release = 3 compat_version = 8.21 @@ -34,7 +34,7 @@ build configure_options += \ --disable-static \ --docdir=/usr/share/doc/pcre-%{version} \ - --enable-jit \ + --disable-jit \ --enable-pcre8 \ --enable-pcre16 \ --enable-pcre32 \ -- 2.39.2