diff --git a/www-servers/spawn-fcgi/spawn-fcgi-1.6.6.ebuild b/www-servers/spawn-fcgi/spawn-fcgi-1.6.6.ebuild index 82ed00f36cad0..cd63bd05d590f 100644 --- a/www-servers/spawn-fcgi/spawn-fcgi-1.6.6.ebuild +++ b/www-servers/spawn-fcgi/spawn-fcgi-1.6.6.ebuild @@ -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 }