firefox: set nodebug on all 32-bit hosts, not just i686

[ci skip]
This commit is contained in:
q66 2019-08-10 03:38:19 +02:00 committed by Johannes
parent 944961a6f4
commit 8aa8473e10

View file

@ -31,11 +31,10 @@ conflicts="firefox-esr>=0"
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
case $XBPS_MACHINE in
i686*) # 19:55.85 /usr/bin/ld: failed to set dynamic section sizes: memory exhausted
nodebug=yes
;;
esac
# 19:55.85 /usr/bin/ld: failed to set dynamic section sizes: memory exhausted
if [ "$XBPS_WORDSIZE" -eq 32 ]; then
nodebug=yes
fi
case $XBPS_TARGET_MACHINE in
armv6*)