aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-sandbox-alsa.patch
blob: 364e73318b36870be76adfb0deb49a12b7639569 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.