592ff6fe71
Update to SeaMonkey 2.53.9 OBS-URL: https://build.opensuse.org/request/show/914426 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=11
12 lines
504 B
Diff
12 lines
504 B
Diff
--- seamonkey-2.53.9/security/sandbox/linux/moz.build 2021-08-08 15:02:00.000000000 +0200
|
|
+++ seamonkey-2.53.9.new/security/sandbox/linux/moz.build 2021-08-26 14:43:43.392464338 +0200
|
|
@@ -99,7 +99,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']
|
|
|
|
# -if CONFIG['MOZ_ALSA']:
|
|
# - DEFINES['MOZ_ALSA'] = True
|