All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] nss: Re-enable -Werror
@ 2021-04-16 15:29 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-04-16 15:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

GCC-11 has fixed the problem [1]

[1] https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=da879e01ecd35737c18be1da3324f4560aba1961
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/nss/nss_3.63.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-support/nss/nss_3.63.bb b/meta-oe/recipes-support/nss/nss_3.63.bb
index ab2c43d019..b7192a46d1 100644
--- a/meta-oe/recipes-support/nss/nss_3.63.bb
+++ b/meta-oe/recipes-support/nss/nss_3.63.bb
@@ -121,8 +121,6 @@ do_compile() {
     fi
 
     export NSS_DISABLE_GTESTS=1
-    # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420
-    export NSS_ENABLE_WERROR=0
     # We can modify CC in the environment, but if we set it via an
     # argument to make, nsinstall, a host program, will also build with it!
     #
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-16 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 15:29 [meta-oe][PATCH] nss: Re-enable -Werror Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.