c99db130a3
Requesting inclusion in mozilla:Factory for eventual submission to Factory/Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/888777 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=1
12 lines
497 B
Diff
12 lines
497 B
Diff
--- seamonkey/mozilla/security/sandbox/linux/moz.build 2020-09-23 09:52:51.693587049 +0200
|
|
+++ seamonkey.new/mozilla/security/sandbox/linux/moz.build 2020-09-23 18:26:18.745598502 +0200
|
|
@@ -98,7 +98,7 @@
|
|
# 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()
|