projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621e659
)
media-libs/libtiger: Disable static libraries
author
Michał Górny
<mgorny@gentoo.org>
Wed, 9 Aug 2017 05:22:33 +0000
(07:22 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 11 Aug 2017 13:20:38 +0000
(15:20 +0200)
media-libs/libtiger/libtiger-0.3.4-r1.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 1d18c7f4373fd8c5f7a9e69c4807afe433ad98ca..9ecb972451210c3ec9bff09c123a1c36c804b2b7 100644
(file)
--- a/
media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/
media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@
-27,7
+27,9
@@
src_prepare() {
multilib_src_configure() {
local ECONF_SOURCE=${S}
- econf $(use_enable doc)
+ econf \
+ --disable-static \
+ $(use_enable doc)
}
multilib_src_install_all() {