summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-17 03:28:40 +0100
committerSam James <sam@gentoo.org>2022-10-17 04:15:32 +0100
commitc7465d7977aabd921032f087a3823525e592c6e7 (patch)
tree1e423fd4e2229c79c543139bd36d58e18043dcb4 /www-apache/mod_musicindex
parentnet-im/signal-desktop-bin: remove old version (diff)
downloadgentoo-c7465d7977aabd921032f087a3823525e592c6e7.tar.gz
gentoo-c7465d7977aabd921032f087a3823525e592c6e7.tar.bz2
gentoo-c7465d7977aabd921032f087a3823525e592c6e7.zip
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@gentoo.org>
Diffstat (limited to 'www-apache/mod_musicindex')
-rw-r--r--www-apache/mod_musicindex/mod_musicindex-1.4.1-r3.ebuild2
1 files changed, 2 insertions, 0 deletions
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) \