summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-14 23:21:58 +0100
committerSam James <sam@gentoo.org>2022-09-14 23:23:16 +0100
commite083dfe996e01a289205e104a32925a861b44be0 (patch)
tree832c77fb7c6e72693bf800ead7b23f6ffcd3f0c2 /media-libs/audiofile/audiofile-0.3.6-r5.ebuild
parentgames-action/swordandsworcery: fix FLAC dep (diff)
downloadgentoo-e083dfe996e01a289205e104a32925a861b44be0.tar.gz
gentoo-e083dfe996e01a289205e104a32925a861b44be0.tar.bz2
gentoo-e083dfe996e01a289205e104a32925a861b44be0.zip
media-libs/audiofile: fix tests
They need to be linked statically. Not poking further at this, upstream inactive since 2016. Was broken by EAPI 7->8. Closes: https://bugs.gentoo.org/869677 Fixes: f20436cb65a32bdd1be7d589485507873427f78a Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/audiofile/audiofile-0.3.6-r5.ebuild')
-rw-r--r--media-libs/audiofile/audiofile-0.3.6-r5.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/audiofile/audiofile-0.3.6-r5.ebuild b/media-libs/audiofile/audiofile-0.3.6-r5.ebuild
index 2e9e462ef23b..02f89e0f9b41 100644
--- a/media-libs/audiofile/audiofile-0.3.6-r5.ebuild
+++ b/media-libs/audiofile/audiofile-0.3.6-r5.ebuild
@@ -35,6 +35,8 @@ multilib_src_configure() {
# delete them later rather than not compile them at all
local myconf=(
--enable-largefile
+ # static needed for tests, bug #869677
+ --enable-static
--disable-werror
--disable-examples
$(use_enable flac)