summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-15 14:22:30 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-15 14:32:06 -0500
commit895469ad3bf3d1fea8638b9eb38fe0db613d14df (patch)
tree2e6c17025c0acad577f9c58a38e40dbe6491937f /net-misc
parentdev-libs/qcustomplot: remove old (diff)
downloadgentoo-895469ad3bf3d1fea8638b9eb38fe0db613d14df.tar.gz
gentoo-895469ad3bf3d1fea8638b9eb38fe0db613d14df.tar.bz2
gentoo-895469ad3bf3d1fea8638b9eb38fe0db613d14df.zip
net-misc/curl: fix bug #567942.
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/curl/curl-7.46.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.46.0.ebuild b/net-misc/curl/curl-7.46.0.ebuild
index e02f4fe9d083..c6d37c90d8c2 100644
--- a/net-misc/curl/curl-7.46.0.ebuild
+++ b/net-misc/curl/curl-7.46.0.ebuild
@@ -200,7 +200,7 @@ multilib_src_configure() {
--disable-versioned-symbols \
--without-cyassl \
--without-darwinssl \
- --with-mbedtls \
+ --without-mbedtls \
$(use_with idn libidn) \
$(use_with kerberos gssapi "${EPREFIX}"/usr) \
$(use_with metalink libmetalink) \