From 2c1f79a8eb37a51ad70550a96c1bf50e4feb0e21 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 7 Oct 2019 01:34:37 +0200 Subject: [PATCH] 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 Signed-off-by: David Seifert --- www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 5 +++-- 1 file 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 -- 2.26.2