From ac4d0ec6279a51ce08af9e3293666bc339be6b6f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 28 Mar 2024 13:13:18 +0000 Subject: gentoo auto-resync : 28:03:2024 - 13:13:17 --- app-emulation/dxvk/dxvk-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-emulation/dxvk/dxvk-9999.ebuild') diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild index 46dba5771f65..210cfcc0e294 100644 --- a/app-emulation/dxvk/dxvk-9999.ebuild +++ b/app-emulation/dxvk/dxvk-9999.ebuild @@ -111,6 +111,11 @@ src_configure() { unset AR CC CXX RC STRIP filter-flags '-fuse-ld=*' filter-flags '-mfunction-return=thunk*' #878849 + + # some bashrc-mv users tend to do CFLAGS="${LDFLAGS}" and then + # strip-unsupported-flags miss these during compile-only tests + # (primarily done for 23.0 profiles' -z, not full coverage) + filter-flags '-Wl,-z,*' #928038 fi CHOST_amd64=x86_64-w64-mingw32 -- cgit v1.2.3