mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
www-servers/spawn-fcgi: don't clober -D_FORTIFY_SOURCE=3
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
58d3a5608e
commit
141cafd09b
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user