]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Changed configure-option: '--enable-jit' => '--disable-jit'
authorMatthias Fischer <fischerm@ipfire.org>
Sat, 22 Nov 2014 17:43:11 +0000 (18:43 +0100)
committerMatthias Fischer <fischerm@ipfire.org>
Sat, 22 Nov 2014 17:43:11 +0000 (18:43 +0100)
Reason:
The latest version of pcre comes with a JIT compiler for regular
expressions. The implementation of that requires that memory is writable
and executable at the same time which is not allowed by grsecurity.

lfs/pcre

index 1062c91539ccf5e7ba7caa57eb2dd3c72ec637b1..f5c771ca81ea21ab838fb71b03cbbd67c36e6666 100644 (file)
--- a/lfs/pcre
+++ b/lfs/pcre
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --prefix=/usr \
                --disable-static \
                --enable-utf8 \
-               --enable-jit \
+               --disable-jit \
                --enable-unicode-properties
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install