From c7465d7977aabd921032f087a3823525e592c6e7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 17 Oct 2022 03:28:40 +0100 Subject: 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 --- www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www-apache/mod_musicindex') 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) \ -- cgit v1.2.3-65-gdbad