diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-26 18:16:28 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-26 18:46:50 -0500 |
commit | 2449fe6f9d1721689de19a17a9be77f63e0c915a (patch) | |
tree | 9bd402c39f8ac72ec4bc289ca794b78ef33c1c46 /app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | |
parent | dev-build/meson: add 1.4.0_rc1 (diff) | |
download | gentoo-2449fe6f9d1721689de19a17a9be77f63e0c915a.tar.gz gentoo-2449fe6f9d1721689de19a17a9be77f63e0c915a.tar.bz2 gentoo-2449fe6f9d1721689de19a17a9be77f63e0c915a.zip |
app-emulation/wine-vanilla: drop -fno-plt filtering
Not that this means that it works.
Logic was inverted in 9.0+ and I meant to correct it, but after
all I don't think I want to even care for this and users with
USE=custom-cflags are on their own.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild index c0597ce761f0..bc8a900aa368 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild @@ -257,7 +257,6 @@ src_configure() { tc-ld-force-bfd # builds with non-bfd but broken at runtime (bug #867097) filter-lto # build failure - use mingw || filter-flags -fno-plt # build failure use custom-cflags || strip-flags # can break in obscure ways at runtime use crossdev-mingw || PATH=${BROOT}/usr/lib/mingw64-toolchain/bin:${PATH} |