Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/
Date: Fri, 11 Aug 2017 13:21:06
Message-Id: 1502457638.d6b76760fc1e569897865e04d3a9fdf3898a435c.mgorny@gentoo
1 commit: d6b76760fc1e569897865e04d3a9fdf3898a435c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 05:22:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 13:20:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b76760
7
8 media-libs/libtiger: Disable static libraries
9
10 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
14 index 1d18c7f4373..9ecb9724512 100644
15 --- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
16 +++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
17 @@ -27,7 +27,9 @@ src_prepare() {
18
19 multilib_src_configure() {
20 local ECONF_SOURCE=${S}
21 - econf $(use_enable doc)
22 + econf \
23 + --disable-static \
24 + $(use_enable doc)
25 }
26
27 multilib_src_install_all() {