qt5-webkit: broken on i686
This commit is contained in:
parent
0a8dee8f58
commit
545d23a5d0
|
@ -34,6 +34,9 @@ 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*)
|
||||
broken="collect2: error: ld returned 1 exit status"
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue