www-servers/spawn-fcgi: don't clober -D_FORTIFY_SOURCE=3

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-03-05 18:58:06 +00:00
parent 58d3a5608e
commit 141cafd09b
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,6 +14,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
src_configure() {
local emesonargs=(
# Adds -D_FORTIFY_SOURCE=2 which clobbers toolchain default
-Dextra-warnings=false
)
meson_src_configure
}