diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-04-05 12:42:58 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-04-05 12:42:58 +0000 |
commit | 227ae92c81a84ad382fb35d2306c62937121d74d (patch) | |
tree | 3e7ab06ea220f8ee5312313005ed69b27fd2c540 /net-misc | |
parent | Change to run make defconfig as a temporary workaround for bug #215442 (diff) | |
download | gentoo-2-227ae92c81a84ad382fb35d2306c62937121d74d.tar.gz gentoo-2-227ae92c81a84ad382fb35d2306c62937121d74d.tar.bz2 gentoo-2-227ae92c81a84ad382fb35d2306c62937121d74d.zip |
fix for USE=kerberos/-ldap as per bug #216273 thanks to Graham Russell.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.17.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 1ab9232c1dea..bcaed4d575ee 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.117 2008/04/04 14:13:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.118 2008/04/05 12:42:58 dragonheart Exp $ + + 05 Apr 2008; Daniel Black <dragonheart@gentoo.org> curl-7.17.1.ebuild: + fix for USE=kerberos/-ldap as per bug #216273 thanks to Graham Russell. 04 Apr 2008; Daniel Black <dragonheart@gentoo.org> curl-7.18.1.ebuild: correct compile fault with heimdal as a gssapi provider - thanks to Doug in diff --git a/net-misc/curl/curl-7.17.1.ebuild b/net-misc/curl/curl-7.17.1.ebuild index 697e7391cc24..e2113d3eed7c 100644 --- a/net-misc/curl/curl-7.17.1.ebuild +++ b/net-misc/curl/curl-7.17.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.17.1.ebuild,v 1.7 2008/04/01 13:46:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.17.1.ebuild,v 1.8 2008/04/05 12:42:58 dragonheart Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -53,7 +53,7 @@ src_compile() { myconf="$(use_enable ldap) $(use_enable ldap ldaps) $(use_with idn libidn) - $(use_with kerberos gssapi) + $(use_with kerberos gssapi /usr) $(use_enable ipv6) --enable-http --enable-ftp |