qt5-webkit: reenable AIO on i686
This commit is contained in:
parent
3308b599e9
commit
2a1048fd65
1 changed files with 1 additions and 2 deletions
|
@ -34,9 +34,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) # no JIT on ppc64 and other build workarounds
|
ppc64*) # no JIT on ppc64 and other build workarounds
|
||||||
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
|
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
|
||||||
;;
|
;;
|
||||||
i686*) # try to reduce memory footprint when linking by using gold
|
i686*) # try to reduce memory footprint when linking
|
||||||
nodebug=1
|
nodebug=1
|
||||||
configure_args+=" -DENABLE_ALLINONE_BUILD=OFF"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue