diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2019-10-07 01:34:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-10-20 14:20:59 +0200 |
commit | 2c1f79a8eb37a51ad70550a96c1bf50e4feb0e21 (patch) | |
tree | 9d5a20a3da380f42c0a5956bd5ba68c5829b31aa /www-misc | |
parent | dev-perl/go-perl: Drop old (diff) | |
download | gentoo-2c1f79a8eb37a51ad70550a96c1bf50e4feb0e21.tar.gz gentoo-2c1f79a8eb37a51ad70550a96c1bf50e4feb0e21.tar.bz2 gentoo-2c1f79a8eb37a51ad70550a96c1bf50e4feb0e21.zip |
www-misc/htdig: disable static libraries
Closes: https://bugs.gentoo.org/378207
Closes: https://github.com/gentoo/gentoo/pull/13080
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild index cac6067ae058..2a56281d4462 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -44,6 +44,7 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-static --with-config-dir="${EPREFIX}"/etc/${PN} --with-default-config-file="${EPREFIX}"/etc/${PN}/${PN}.conf --with-database-dir="${EPREFIX}"/var/lib/${PN}/db |