forked from pool/MozillaFirefox
0b6de140a7
Fix bmo#1430274, ALSA sound not working in Firefox 58 due to sandboxing OBS-URL: https://build.opensuse.org/request/show/573267 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=632
13 lines
483 B
Diff
13 lines
483 B
Diff
--- mozilla/security/sandbox/linux/moz.build 2018-02-06 07:58:27.127145777 +0100
|
|
+++ mozilla/security/sandbox/linux/moz.build 2018-02-06 08:01:22.213706297 +0100
|
|
@@ -77,6 +77,9 @@
|
|
'SandboxOpenedFiles.cpp',
|
|
]
|
|
|
|
+if CONFIG['MOZ_ALSA']:
|
|
+ DEFINES['MOZ_ALSA'] = True
|
|
+
|
|
# This copy of SafeSPrintf doesn't need to avoid the Chromium logging
|
|
# dependency like the one in libxul does, but this way the behavior is
|
|
# consistent. See also the comment in SandboxLogging.h.
|