aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-sandbox-alsa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/fix-sandbox-alsa.patch')
-rw-r--r--testing/firefox/fix-sandbox-alsa.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/firefox/fix-sandbox-alsa.patch b/testing/firefox/fix-sandbox-alsa.patch
new file mode 100644
index 0000000000..364e73318b
--- /dev/null
+++ b/testing/firefox/fix-sandbox-alsa.patch
@@ -0,0 +1,12 @@
+--- ./security/sandbox/linux/moz.build.orig
++++ ./security/sandbox/linux/moz.build
+@@ -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.