summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-03-20 02:57:08 -0400
committerMike Frysinger <vapier@gentoo.org>2017-03-20 02:57:08 -0400
commit8208cc6879ba5708eedb5d17dd26a98f45cccb8a (patch)
treeacee8740485bde133c93177fa43d26cd524c798d /net-misc/wget
parentnet-misc/wget: mark 1.19.1-r1 m68k/s390/sh stable (diff)
downloadgentoo-8208cc6879ba5708eedb5d17dd26a98f45cccb8a.tar.gz
gentoo-8208cc6879ba5708eedb5d17dd26a98f45cccb8a.tar.bz2
gentoo-8208cc6879ba5708eedb5d17dd26a98f45cccb8a.zip
net-misc/wget: force disable libunistring dep #612498
Since we require newer libidn2 now, we can force off libunistring.
Diffstat (limited to 'net-misc/wget')
-rw-r--r--net-misc/wget/wget-1.19.1-r1.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/wget/wget-1.19.1-r1.ebuild b/net-misc/wget/wget-1.19.1-r1.ebuild
index c4dbdd8054d9..3cdc60b9b27f 100644
--- a/net-misc/wget/wget-1.19.1-r1.ebuild
+++ b/net-misc/wget/wget-1.19.1-r1.ebuild
@@ -74,9 +74,17 @@ src_configure() {
tc-export PKG_CONFIG
PKG_CONFIG+=" --static"
fi
+
+ # There is no flag that controls this. libunistring-prefix only
+ # controls the search path (which is why we turn it off below).
+ # Further, libunistring is only needed w/older libidn2 installs,
+ # and since we force the latest, we can force off libunistring. #612498
+ ac_cv_libunistring=no \
econf \
--disable-assert \
--disable-rpath \
+ --without-included-libunistring \
+ --without-libunistring-prefix \
$(use_enable debug) \
$(use_enable idn iri) \
$(use_enable ipv6) \