summaryrefslogtreecommitdiff
path: root/waterfox/mozilla-1516803.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-13 09:47:38 -0400
committerB Stack <bgstack15@gmail.com>2019-06-13 09:47:38 -0400
commit8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774 (patch)
treee1ccdb4b793062fa1c40cf61e9002140b3d46b96 /waterfox/mozilla-1516803.patch
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774.tar.gz
stackrpms-8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774.tar.bz2
stackrpms-8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774.zip
waterfox 56.2.10.1 rpm and dpkg rc1
Diffstat (limited to 'waterfox/mozilla-1516803.patch')
-rw-r--r--waterfox/mozilla-1516803.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/mozilla-1516803.patch b/waterfox/mozilla-1516803.patch
index 972d6fa..e46f891 100644
--- a/waterfox/mozilla-1516803.patch
+++ b/waterfox/mozilla-1516803.patch
@@ -11,4 +11,4 @@ diff -up Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/security/sandbox/linu
+ LDFLAGS += ['--param', 'lto-partitions=1']
DEFINES['NS_NO_XPCOM'] = True
- DISABLE_STL_WRAPPING = True
+ DisableStlWrapping()
bgstack15