diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-11 20:13:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 14:14:11 +0100 |
commit | 996c17eb5b4c9637d6989742f1e28ae371e83611 (patch) | |
tree | 590efb77cc594ffe68a94bdea7595c6127a3bd76 | |
parent | 9b1f6a19982c76ce43afb5499008fd929585a1e8 (diff) | |
download | poky-996c17eb5b4c9637d6989742f1e28ae371e83611.tar.gz |
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
(From OE-Core rev: 8b8259e070c582d0c566535a3559aa712148efc0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.3.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.3.4.bb b/meta/recipes-support/gnupg/gnupg_2.3.4.bb index 81361d902c..d27bddb8bd 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" | |||
83 | PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" | 83 | PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" |
84 | 84 | ||
85 | BBCLASSEXTEND = "native nativesdk" | 85 | BBCLASSEXTEND = "native nativesdk" |
86 | |||
87 | lcl_maybe_fortify:mipsarch = "" | ||
88 | |||