mozilla-alsa-sandbox.patch
branchfirefox58
changeset 1029 725d6acf23b5
equal deleted inserted replaced
1028:4ce2b699562f 1029:725d6acf23b5
       
     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.