diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-10 04:59:37 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-10 06:35:03 -0400 |
commit | b12f0fea9c499bbfcca62afd8c43549c430fddee (patch) | |
tree | 3270d674580db28bc41cc77808977eac0512a7ce /app-emulation | |
parent | app-emulation/wine-vanilla: extend force-bfd comment with reminder (diff) | |
download | gentoo-b12f0fea9c499bbfcca62afd8c43549c430fddee.tar.gz gentoo-b12f0fea9c499bbfcca62afd8c43549c430fddee.tar.bz2 gentoo-b12f0fea9c499bbfcca62afd8c43549c430fddee.zip |
app-emulation/wine-staging: extend force-bfd comment with reminder
Would rather stay conservative with wine, but should
probably revisit still.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-8.13.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-8.13.ebuild b/app-emulation/wine-staging/wine-staging-8.13.ebuild index 2032ebd58ea6..d2092db2b690 100644 --- a/app-emulation/wine-staging/wine-staging-8.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.13.ebuild @@ -280,7 +280,11 @@ src_configure() { $(use_with xinerama) ) - tc-ld-force-bfd # builds with non-bfd but broken at runtime (bug #867097) + # builds with non-bfd but broken at runtime (bug #867097) + # TODO: retest mold and lld, and figure out what's wrong if + # still broken given (at least) lld is supposed to work + tc-ld-force-bfd + filter-lto # build failure use custom-cflags || strip-flags # can break in obscure ways at runtime diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 2032ebd58ea6..d2092db2b690 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -280,7 +280,11 @@ src_configure() { $(use_with xinerama) ) - tc-ld-force-bfd # builds with non-bfd but broken at runtime (bug #867097) + # builds with non-bfd but broken at runtime (bug #867097) + # TODO: retest mold and lld, and figure out what's wrong if + # still broken given (at least) lld is supposed to work + tc-ld-force-bfd + filter-lto # build failure use custom-cflags || strip-flags # can break in obscure ways at runtime |