diff options
author | 2022-10-23 03:15:28 -0400 | |
---|---|---|
committer | 2022-10-23 03:20:04 -0400 | |
commit | f73fa3368e506eb6ee5bfafb73c3d10bee4a012b (patch) | |
tree | 4fb478acd2d6ed307b2e57d38c22bf3f6b3c9089 /app-emulation/wine-proton | |
parent | app-emulation/wine-staging: filter -fstack-clash-protection (diff) | |
download | gentoo-f73fa3368e506eb6ee5bfafb73c3d10bee4a012b.tar.gz gentoo-f73fa3368e506eb6ee5bfafb73c3d10bee4a012b.tar.bz2 gentoo-f73fa3368e506eb6ee5bfafb73c3d10bee4a012b.zip |
app-emulation/wine-proton: filter -fstack-clash-protection
Bug: https://bugs.gentoo.org/758914
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-proton')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-7.0.4.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/wine-proton/wine-proton-7.0.9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/wine-proton/wine-proton-7.0.4.ebuild b/app-emulation/wine-proton/wine-proton-7.0.4.ebuild index 069df0440aa8..c1cd2ca3a3e2 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.4.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.4.ebuild @@ -243,6 +243,7 @@ src_configure() { # use *FLAGS for mingw, but strip unsupported (e.g. --hash-style=gnu) : "${CROSSCFLAGS:=$( + filter-flags '-fstack-clash-protection' #758914 filter-flags '-fstack-protector*' #870136 CC=${CROSSCC} test-flags-CC ${CFLAGS:--O2})}" : "${CROSSLDFLAGS:=$( diff --git a/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild index 3e08621d9527..4e9166072474 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild @@ -243,6 +243,7 @@ src_configure() { # use *FLAGS for mingw, but strip unsupported (e.g. --hash-style=gnu) : "${CROSSCFLAGS:=$( + filter-flags '-fstack-clash-protection' #758914 filter-flags '-fstack-protector*' #870136 CC=${CROSSCC} test-flags-CC ${CFLAGS:--O2})}" : "${CROSSLDFLAGS:=$( |