sys-fs/ffmpegfs: remove build system -D_FORTIFY_SOURCE=2

We handle it downstream.
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/936615
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-08-05 13:37:55 +02:00
parent a2c5429100
commit 6e77a6a87c

View File

@@ -40,6 +40,8 @@ PATCHES=(
src_prepare() {
default
# bug 936615
sed 's/-D_FORTIFY_SOURCE=2//' -i Makefile.am || die
eautoreconf
}