dev-libs/open62541: remove build system CFLAGS that we handle downstream

Remove -D_FORTIFY_SOURCE=2 -fstack-protector-strong
-fstack-clash-protection
No revbump needed since vanilla Gentoo enables these by default (as of
23.0 profiles)
https://wiki.gentoo.org/wiki/Hardened/Toolchain#Changes

Closes: https://bugs.gentoo.org/896184
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-07-23 22:34:19 +02:00
parent 21f472e6ad
commit 059e285ab6

View File

@@ -50,6 +50,7 @@ src_configure() {
-DUA_BUILD_EXAMPLES=OFF
-DUA_BUILD_TOOLS=$(usex tools)
-DUA_BUILD_UNIT_TESTS=OFF
-DUA_ENABLE_HARDENING=OFF
-DUA_ENABLE_PUBSUB=$(usex pubsub)
-DUA_ENABLE_PUBSUB_INFORMATIONMODEL=$(usex pubsub)
-DUA_FORCE_WERROR=OFF