diff options
-rw-r--r-- | meta-oe/recipes-support/nss/nss_3.60.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.60.1.bb b/meta-oe/recipes-support/nss/nss_3.60.1.bb index 0d668ba067..344cc34728 100644 --- a/meta-oe/recipes-support/nss/nss_3.60.1.bb +++ b/meta-oe/recipes-support/nss/nss_3.60.1.bb | |||
@@ -121,7 +121,8 @@ do_compile() { | |||
121 | fi | 121 | fi |
122 | 122 | ||
123 | export NSS_DISABLE_GTESTS=1 | 123 | export NSS_DISABLE_GTESTS=1 |
124 | 124 | # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420 | |
125 | export NSS_ENABLE_WERROR=0 | ||
125 | # We can modify CC in the environment, but if we set it via an | 126 | # We can modify CC in the environment, but if we set it via an |
126 | # argument to make, nsinstall, a host program, will also build with it! | 127 | # argument to make, nsinstall, a host program, will also build with it! |
127 | # | 128 | # |