diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-15 17:01:22 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-15 17:03:38 -0500 |
commit | cbb17c018e6f301831371eeda5a3f7e660bddba5 (patch) | |
tree | a7567453e108c59337d1d63caf30fedd6538e74d /app-emulation/wine-staging | |
parent | app-emulation/wine-vanilla: update live (diff) | |
download | gentoo-cbb17c018e6f301831371eeda5a3f7e660bddba5.tar.gz gentoo-cbb17c018e6f301831371eeda5a3f7e660bddba5.tar.bz2 gentoo-cbb17c018e6f301831371eeda5a3f7e660bddba5.zip |
app-emulation/wine-staging: update live
Upstream has restored CROSSLDFLAGS, but issues
with -fno-strict-aliasing still remains.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index a2cb290f769f..37968fe103e5 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -128,7 +128,6 @@ QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( "${FILESDIR}"/${PN}-7.17-noexecstack.patch "${FILESDIR}"/${PN}-7.20-unwind.patch - "${FILESDIR}"/${PN}-7.21-crossflags.patch ) pkg_pretend() { @@ -282,6 +281,8 @@ src_configure() { # use *FLAGS for mingw, but strip unsupported : "${CROSSCFLAGS:=$( + # >=wine-7.21 configure.ac no longer adds -fno-strict by mistake + append-cflags '-fno-strict-aliasing' filter-flags '-fstack-clash-protection' #758914 filter-flags '-fstack-protector*' #870136 filter-flags '-mfunction-return=thunk*' #878849 |