mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
David Seifert
parent
14c16ccb01
commit
2c1f79a8eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user