mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
12 lines
404 B
Diff
12 lines
404 B
Diff
--- ./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.
|