firefox: set nodebug on all 32-bit hosts, not just i686
[ci skip]
This commit is contained in:
parent
944961a6f4
commit
8aa8473e10
1 changed files with 4 additions and 5 deletions
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue