From 48a90410eb18b1fc283223263acbb6190d741c88 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 7 Jun 2019 10:19:38 +0000 Subject: [PATCH] firefox: set nodebug for i686 --- srcpkgs/firefox/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 1c963765c59..c9bdfe1eccc 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -31,6 +31,12 @@ 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 + case $XBPS_TARGET_MACHINE in armv6*) broken="required NEON extensions are not supported on armv6"