summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-60.0-sandbox-lto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/firefox-60.0-sandbox-lto.patch')
-rw-r--r--www-client/firefox/files/firefox-60.0-sandbox-lto.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-client/firefox/files/firefox-60.0-sandbox-lto.patch b/www-client/firefox/files/firefox-60.0-sandbox-lto.patch
deleted file mode 100644
index 990cb4fbee77..000000000000
--- a/www-client/firefox/files/firefox-60.0-sandbox-lto.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/666580
-
---- a/security/sandbox/linux/moz.build
-+++ b/security/sandbox/linux/moz.build
-@@ -101,7 +101,7 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
- # forcing there to be only one partition.
- for f in CONFIG['OS_CXXFLAGS']:
- if f.startswith('-flto') and CONFIG['CC_TYPE'] != 'clang':
-- LDFLAGS += ['--param lto-partitions=1']
-+ LDFLAGS += ['--param=lto-partitions=1']
-
- DEFINES['NS_NO_XPCOM'] = True
- DisableStlWrapping()