mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
qt5-webkit: turn on ALLINONE_BUILD for i686
This commit is contained in:
parent
1cba9c09cd
commit
caf57e3f63
1 changed files with 2 additions and 3 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 -DENABLE_ALLINONE_BUILD=OFF"
|
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
|
||||||
;;
|
;;
|
||||||
i686*) # try to reduce memory footprint when linking
|
i686*) # try to reduce memory footprint when linking by using gold
|
||||||
# try to reduce memory footprint when linking by using gold
|
configure_args+=" -DUSE_LD_GOLD=ON"
|
||||||
configure_args+=" -DENABLE_ALLINONE_BUILD=OFF -DUSE_LD_GOLD=ON"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue