mozilla-alsa-sandbox.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Fri, 09 Feb 2018 13:20:55 +0100
branchfirefox58
changeset 1030 cd02d400c081
parent 1029 725d6acf23b5
permissions -rw-r--r--
correct requires and provides handling (boo#1076907)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1029
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
--- mozilla/security/sandbox/linux/moz.build	2018-02-06 07:58:27.127145777 +0100
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     2
+++ mozilla/security/sandbox/linux/moz.build	2018-02-06 08:01:22.213706297 +0100
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     3
@@ -77,6 +77,9 @@
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     4
         'SandboxOpenedFiles.cpp',
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     5
     ]
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     6
 
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     7
+if CONFIG['MOZ_ALSA']:
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     8
+    DEFINES['MOZ_ALSA'] = True
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     9
+
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    10
 # This copy of SafeSPrintf doesn't need to avoid the Chromium logging
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    11
 # dependency like the one in libxul does, but this way the behavior is
725d6acf23b5 fix alsa
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    12
 # consistent.  See also the comment in SandboxLogging.h.