webkitgtk: fix armv5*

This commit is contained in:
Jürgen Buchmüller 2018-02-02 18:53:56 +01:00
parent eb55da924c
commit 3e35d095f3

View file

@ -35,10 +35,11 @@ if [ -z "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
aarch64*)
armv5*|aarch64*)
CFLAGS+=" -DENABLE_YARR_JIT=0"
CXXFLAGS+=" -DENABLE_YARR_JIT=0"
configure_args+=" --disable-jit"
;;
esac
CFLAGS+=" -Wno-expansion-to-defined"