firefox: set nodebug for i686
This commit is contained in:
parent
434989c010
commit
48a90410eb
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ conflicts="firefox-esr>=0"
|
||||||
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
|
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
|
||||||
build_options_default="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
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
armv6*)
|
armv6*)
|
||||||
broken="required NEON extensions are not supported on armv6"
|
broken="required NEON extensions are not supported on armv6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue