Closes: https://bugs.gentoo.org/694124
Closes: https://github.com/gentoo/gentoo/pull/13058
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>
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="static-libs"
RDEPEND=">=virtual/libiconv-0-r1"
DEPEND="${RDEPEND}"
multilib_src_configure() {
ECONF_SOURCE=${S} econf \
+ --disable-static \
$(multilib_native_enable apps)
}