mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libpcre: detect whether jit is available or not
The configure script can check for this automatically, so we only need to disable it explicitly for gcc2 (like before). No rev-bump needed because no change for successfully built platforms. Should fix #12447.
This commit is contained in:
@@ -98,7 +98,7 @@ BUILD()
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
jitOption="--enable-jit --enable-pcregrep-jit"
|
||||
jitOption="--enable-jit=auto --enable-pcregrep-jit"
|
||||
if [ "$effectiveTargetArchitecture" = x86_gcc2 ]; then
|
||||
jitOption="--disable-jit --disable-pcregrep-jit"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user