From 898f08edf49116bb95b8bb05f50b00593ca7acbf Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 22 Nov 2014 18:43:11 +0100 Subject: [PATCH] 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. --- lfs/pcre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2