mozilla-alsa-sandbox.patch
changeset 1032 8220ea23b47d
parent 1031 4b419fce88dc
child 1033 51bfdd19b9e9
equal deleted inserted replaced
1031:4b419fce88dc 1032:8220ea23b47d
     1 --- mozilla/security/sandbox/linux/moz.build	2018-02-06 07:58:27.127145777 +0100
       
     2 +++ mozilla/security/sandbox/linux/moz.build	2018-02-06 08:01:22.213706297 +0100
       
     3 @@ -77,6 +77,9 @@
       
     4          'SandboxOpenedFiles.cpp',
       
     5      ]
       
     6  
       
     7 +if CONFIG['MOZ_ALSA']:
       
     8 +    DEFINES['MOZ_ALSA'] = True
       
     9 +
       
    10  # This copy of SafeSPrintf doesn't need to avoid the Chromium logging
       
    11  # dependency like the one in libxul does, but this way the behavior is
       
    12  # consistent.  See also the comment in SandboxLogging.h.