diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-14 18:29:54 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-14 19:10:18 -0400 |
commit | 9b737b60cb2aea0ce025a04b07247a702396b93b (patch) | |
tree | 06011d7b3b9e0f644b9800994707227a8df50eb0 /app-emulation/vkd3d-proton | |
parent | app-emulation/dxvk: filter ssp for mingw (diff) | |
download | gentoo-9b737b60cb2aea0ce025a04b07247a702396b93b.tar.gz gentoo-9b737b60cb2aea0ce025a04b07247a702396b93b.tar.bz2 gentoo-9b737b60cb2aea0ce025a04b07247a702396b93b.zip |
app-emulation/vkd3d-proton: filter ssp for mingw
Bug: https://bugs.gentoo.org/870136
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d-proton')
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild index 237c309402ea..118d81a120cd 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild @@ -96,6 +96,7 @@ src_configure() { if [[ ${CHOST} != *-mingw* ]]; then if [[ ! -v MINGW_BYPASS ]]; then unset AR CC CXX RC STRIP WIDL + filter-flags '-fstack-protector*' #870136 filter-flags '-fuse-ld=*' fi diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild index 237c309402ea..118d81a120cd 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild @@ -96,6 +96,7 @@ src_configure() { if [[ ${CHOST} != *-mingw* ]]; then if [[ ! -v MINGW_BYPASS ]]; then unset AR CC CXX RC STRIP WIDL + filter-flags '-fstack-protector*' #870136 filter-flags '-fuse-ld=*' fi |