commit: 1584cd1ad16ef54f09501ee12f6640f6fa753438 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Thu Oct 26 07:17:06 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Oct 26 07:17:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1584cd1a
media-plugins/calf: resurrected patch comment Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../calf/files/calf-9999-fix-build-with-lld.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/media-plugins/calf/files/calf-9999-fix-build-with-lld.patch b/media-plugins/calf/files/calf-9999-fix-build-with-lld.patch index acd196f6edd2..91e353e10da6 100644 --- a/media-plugins/calf/files/calf-9999-fix-build-with-lld.patch +++ b/media-plugins/calf/files/calf-9999-fix-build-with-lld.patch @@ -1,3 +1,17 @@ +From: Violet Purcell <[email protected]> +Date: Thu, 21 Sep 2023 19:08:39 -0400 +Subject: [PATCH] Fix build with LLD + +LLVM's LLD handles the -retain-symbols-file option (used by +-export-symbols-regex in libtool) differently from GNU ld, causing +undefined references during link. This commit removes the +-export-symbols-regex option from libcalf_la_LDFLAGS since by default +libtool exports all symbols anyway, so it should not be necessary. + +Signed-off-by: Violet Purcell <[email protected]> + +rebased + diff --git a/src/Makefile.am b/src/Makefile.am index 6f11628b..0e775bef 100644 --- a/src/Makefile.am
