diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-14 21:18:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-14 21:18:52 +0100 |
commit | 353f4c40e191a0500c88feb9edc68e2238722899 (patch) | |
tree | 89605e257ed8bda423eb73a2089dfd6f295ba93d /dev-util/pkgconf | |
parent | dev-util/colm: disable static libs (diff) | |
download | gentoo-353f4c40e191a0500c88feb9edc68e2238722899.tar.gz gentoo-353f4c40e191a0500c88feb9edc68e2238722899.tar.bz2 gentoo-353f4c40e191a0500c88feb9edc68e2238722899.zip |
dev-util/pkgconf: disable static libs
Closes: https://bugs.gentoo.org/724298
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild index 114a0bfd9d0a..1338eee18e3d 100644 --- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild +++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild @@ -54,7 +54,7 @@ src_prepare() { multilib_src_configure() { local ECONF_SOURCE="${S}" - econf + econf --disable-static } multilib_src_test() { |