commit: 14ce2ec3d74c4206c00b5afb6eb9c448cffe3350 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 14 07:50:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 14 07:50:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ce2ec3
dev-lang/xsb: add link to upstream bug Add link to upstream bug for the change in c3d9e65b97f09bd07b8b216b6ae813d0dcda84b0. Also, as a correction, I mentioned a typo Eli fixed in c3d9e65b97f09bd07b8b216b6ae813d0dcda84b0, but that wasn't right (I thought there was an extra _ too). Bug: https://bugs.gentoo.org/870970 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/xsb/files/xsb-4.0.0-ld-typo.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/xsb/files/xsb-4.0.0-ld-typo.patch b/dev-lang/xsb/files/xsb-4.0.0-ld-typo.patch index cfb917a136f8..9960a4c130c8 100644 --- a/dev-lang/xsb/files/xsb-4.0.0-ld-typo.patch +++ b/dev-lang/xsb/files/xsb-4.0.0-ld-typo.patch @@ -1,5 +1,7 @@ -Wl,-export-dynamic tells the linker we want an entry point of 'xport-dynamic'. Fix the typo accordingly. + +https://sourceforge.net/p/xsb/bugs/266/ --- a/build/configure.in +++ b/build/configure.in @@ -1343,10 +1343,10 @@ else
