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.
This commit is contained in:
Matthias Fischer
2014-11-22 18:43:11 +01:00
parent 14c33f6393
commit 898f08edf4

View File

@@ -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