qt5-webkit: configure typo fixes

[ci skip]
This commit is contained in:
q66 2019-01-16 01:21:16 +01:00 committed by maxice8
parent adff963c46
commit 4ab217692c

View file

@ -32,7 +32,7 @@ case "$XBPS_TARGET_MACHINE" in
LIBS+=" -latomic"
;;
ppc64*) # no JIT on ppc64 and other build workarounds
configure_args+=" ENABLE_JIT=OFF USE_SYSTEM_MALLOC=ON ENABLE_ALLINONE_BUILD=OFF"
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
;;
esac