summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-12-31 14:29:01 +0100
committerJeroen Roovers <jer@gentoo.org>2016-12-31 14:29:14 +0100
commitbee2973db52bf471c510bcbde2ba9e7b308c1551 (patch)
tree0fec61b959575c349ea55b9bf30eb4ab1bcee5db /net-dns
parentprofiles/arch/{arm,ia64}/package.use.stable.mask: use mask to skip gtkspell:3... (diff)
downloadgentoo-bee2973db52bf471c510bcbde2ba9e7b308c1551.tar.gz
gentoo-bee2973db52bf471c510bcbde2ba9e7b308c1551.tar.bz2
gentoo-bee2973db52bf471c510bcbde2ba9e7b308c1551.zip
net-dns/libidn2: Explicitly disable use of included libunistring.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/libidn2/libidn2-0.12.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dns/libidn2/libidn2-0.12.ebuild b/net-dns/libidn2/libidn2-0.12.ebuild
index 99c913271dd5..34c6133b9d4e 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() {