commit: bee2973db52bf471c510bcbde2ba9e7b308c1551
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 13:29:01 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 13:29:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2973d
net-dns/libidn2: Explicitly disable use of included libunistring.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-dns/libidn2/libidn2-0.12.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-dns/libidn2/libidn2-0.12.ebuild
b/net-dns/libidn2/libidn2-0.12.ebuild
index 99c9132..34c6133 100644
--- a/net-dns/libidn2/libidn2-0.12.ebuild
+++ b/net-dns/libidn2/libidn2-0.12.ebuild
@@ -51,7 +51,8 @@ src_prepare() {
multilib_src_configure() {
econf \
- $(use_enable static-libs static)
+ $(use_enable static-libs static) \
+ --without-included-libunistring
}
multilib_src_install() {