diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-12-31 14:29:01 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-12-31 14:29:14 +0100 |
commit | bee2973db52bf471c510bcbde2ba9e7b308c1551 (patch) | |
tree | 0fec61b959575c349ea55b9bf30eb4ab1bcee5db /net-dns/libidn2 | |
parent | profiles/arch/{arm,ia64}/package.use.stable.mask: use mask to skip gtkspell:3... (diff) | |
download | gentoo-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/libidn2')
-rw-r--r-- | net-dns/libidn2/libidn2-0.12.ebuild | 3 |
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() { |