summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-23 03:14:55 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-23 03:20:03 -0400
commita2ba01a42b0e5f60c3b1d53716c0542998f71869 (patch)
treeaaff811dee3fc2205e73f8afd6b07b16d92b7821 /app-emulation/dxvk
parentdev-util/mingw64-runtime: filter -fstack-clash-protection (diff)
downloadgentoo-a2ba01a42b0e5f60c3b1d53716c0542998f71869.tar.gz
gentoo-a2ba01a42b0e5f60c3b1d53716c0542998f71869.tar.bz2
gentoo-a2ba01a42b0e5f60c3b1d53716c0542998f71869.zip
app-emulation/dxvk: filter -fstack-clash-protection
Bug: https://bugs.gentoo.org/758914 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/dxvk')
-rw-r--r--app-emulation/dxvk/dxvk-1.10.3.ebuild1
-rw-r--r--app-emulation/dxvk/dxvk-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/dxvk/dxvk-1.10.3.ebuild b/app-emulation/dxvk/dxvk-1.10.3.ebuild
index 396ea6f4c2e6..407ca7d61bd2 100644
--- a/app-emulation/dxvk/dxvk-1.10.3.ebuild
+++ b/app-emulation/dxvk/dxvk-1.10.3.ebuild
@@ -66,6 +66,7 @@ src_configure() {
if [[ ${CHOST} != *-mingw* ]]; then
if [[ ! -v MINGW_BYPASS ]]; then
unset AR CC CXX RC STRIP
+ filter-flags '-fstack-clash-protection' #758914
filter-flags '-fstack-protector*' #870136
filter-flags '-fuse-ld=*'
fi
diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild
index 5bb629139707..2c39ee644ea2 100644
--- a/app-emulation/dxvk/dxvk-9999.ebuild
+++ b/app-emulation/dxvk/dxvk-9999.ebuild
@@ -66,6 +66,7 @@ src_configure() {
if [[ ${CHOST} != *-mingw* ]]; then
if [[ ! -v MINGW_BYPASS ]]; then
unset AR CC CXX RC STRIP
+ filter-flags '-fstack-clash-protection' #758914
filter-flags '-fstack-protector*' #870136
filter-flags '-fuse-ld=*'
fi