commit:     c7465d7977aabd921032f087a3823525e592c6e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 02:28:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 03:15:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7465d79

www-apache/mod_musicindex: fix linking with LLD

I think the Clang 16 issue was fixed with the APR patches.

Bug: https://bugs.gentoo.org/877011
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild 
b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild
index d8cc0a001219..fa92548ef157 100644
--- a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild
+++ b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild
@@ -38,6 +38,8 @@ pkg_setup() {
 
 src_configure() {
        econf \
+               --with-vorbis-libraries="${ESYSROOT}/usr/$(get_libdir)" \
+               --with-libFLAC-libraries="${ESYSROOT}/usr/$(get_libdir)" \
                $(use_enable mp3) \
                $(use_enable mp4) \
                $(use_enable flac) \

Reply via email to