qt5-webkit: reenable AIO on i686
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user