author | Harald van Dijk <harald@gigawatt.nl> |
Thu, 18 Jan 2018 15:18:37 -0700 | |
changeset 454209 | b2a41379cc754790693b4b0894ce8fb79910cc4c |
parent 454208 | 57732b9b7fc5ac93ed84eb08297430ee0c240b8b |
child 454210 | 4ac1424f154c2b0486ac298e2bc7eaced4489486 |
push id | 1648 |
push user | mtabara@mozilla.com |
push date | Thu, 01 Mar 2018 12:45:47 +0000 |
treeherder | mozilla-release@cbb9688c2eeb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jld |
bugs | 1430274 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/security/sandbox/linux/moz.build +++ b/security/sandbox/linux/moz.build @@ -73,16 +73,19 @@ SOURCES += [ 'SandboxUtil.cpp', ] if CONFIG['MOZ_GMP_SANDBOX']: SOURCES += [ '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. SOURCES['../chromium/base/strings/safe_sprintf.cc'].flags += ['-DNDEBUG'] if CONFIG['CC_TYPE'] in ('clang', 'gcc'): # Keep clang from warning about intentional 'switch' fallthrough in icu_utf.cc: SOURCES['../chromium/base/third_party/icu/icu_utf.cc'].flags += ['-Wno-implicit-fallthrough']