summaryrefslogtreecommitdiff
path: root/waterfox/mozilla-1516803.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-15 15:52:04 +0000
committerB Stack <bgstack15@gmail.com>2019-06-15 15:52:04 +0000
commit6a4bb23c77db66d7d07f9a14a4e78e482be014e1 (patch)
tree51ea98e5a99c3c89970bee1b48a57796e3730bdb /waterfox/mozilla-1516803.patch
parentMerge branch 'palemoon-rawhide' into 'master' (diff)
parentwaterfox remove unity patch which was upstreamed (diff)
downloadstackrpms-6a4bb23c77db66d7d07f9a14a4e78e482be014e1.tar.gz
stackrpms-6a4bb23c77db66d7d07f9a14a4e78e482be014e1.tar.bz2
stackrpms-6a4bb23c77db66d7d07f9a14a4e78e482be014e1.zip
Merge branch 'waterfox-bump' into 'master'
Waterfox 56.2.10.1 See merge request bgstack15/stackrpms!66
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