diff options
-rw-r--r-- | build/linux/system.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index ffb3d98..5333798 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -1204,6 +1204,15 @@ ], }, }], + ['use_openssl==0 and clang==1', { + 'direct_dependent_settings': { + 'cflags': [ + # There is a broken header guard in /usr/include/nss/secmod.h: + # https://bugzilla.mozilla.org/show_bug.cgi?id=884072 + '-Wno-header-guard', + ], + }, + }], ] }], ], |