From 8aa8473e10d68e0c2daf751d2ce344bd2f225e4d Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 10 Aug 2019 03:38:19 +0200 Subject: [PATCH] firefox: set nodebug on all 32-bit hosts, not just i686 [ci skip] --- srcpkgs/firefox/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index c427b90d29d..b60ba6ab3f8 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -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*)