Revert "qt5-webkit: try with nodebug=1 for i686*"
This reverts commit c39efacda2
.
This commit is contained in:
parent
c39efacda2
commit
294c1dc86f
|
@ -34,8 +34,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
ppc64*) # no JIT on ppc64 and other build workarounds
|
||||
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
|
||||
;;
|
||||
i686*) # ETOOHUGE
|
||||
nodebug=1
|
||||
i686*)
|
||||
broken="collect2: error: ld returned 1 exit status"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue