From: Matthias Fischer Date: Sat, 22 Nov 2014 17:43:11 +0000 (+0100) Subject: Changed configure-option: '--enable-jit' => '--disable-jit' X-Git-Tag: v2.17-core89~83^2~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898f08edf49116bb95b8bb05f50b00593ca7acbf;p=ipfire-2.x.git Changed configure-option: '--enable-jit' => '--disable-jit' 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. --- diff --git a/lfs/pcre b/lfs/pcre index 1062c91539..f5c771ca81 100644 --- 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