qt5-webkit: try with nodebug=1 for i686*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
e3c0c57319
commit
c39efacda2
|
@ -34,8 +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*)
|
i686*) # ETOOHUGE
|
||||||
broken="collect2: error: ld returned 1 exit status"
|
nodebug=1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue