82b56757b6
Update to SeaMonkey 2.53.17 OBS-URL: https://build.opensuse.org/request/show/1102405 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=39
13 lines
625 B
Diff
13 lines
625 B
Diff
diff -ruN seamonkey-2.53.17b1.orig/security/sandbox/linux/moz.build seamonkey-2.53.17b1/security/sandbox/linux/moz.build
|
|
--- seamonkey-2.53.17b1.orig/security/sandbox/linux/moz.build 2023-06-10 12:41:21.000000000 +0200
|
|
+++ seamonkey-2.53.17b1/security/sandbox/linux/moz.build 2023-07-12 09:48:50.099448143 +0200
|
|
@@ -101,7 +101,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()
|