From: Khem Raj Date: Tue, 12 Apr 2022 03:13:40 +0000 (-0700) Subject: gnupg: Disable FORTIFY_SOURCES on mips X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b8259e070c582d0c566535a3559aa712148efc0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnupg: Disable FORTIFY_SOURCES on mips This is a workaround for issue reported with gcc12 [1] [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105234 Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnupg/gnupg_2.3.4.bb b/meta/recipes-support/gnupg/gnupg_2.3.4.bb index 81361d902ce..d27bddb8bd9 100644 --- a/meta/recipes-support/gnupg/gnupg_2.3.4.bb +++ b/meta/recipes-support/gnupg/gnupg_2.3.4.bb @@ -83,3 +83,6 @@ PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" BBCLASSEXTEND = "native nativesdk" + +lcl_maybe_fortify:mipsarch = "" +