qt5-webkit: configure typo fixes
[ci skip]
This commit is contained in:
parent
adff963c46
commit
4ab217692c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue