Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221637 Details for
Bug 297096
net-misc/curl: USE "ssl" is ignored and not respected.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add ssl to use flags, defaults to gnutls
curl-use-ss.patch (text/plain), 1.21 KB, created by
Florian Scandella
on 2010-03-01 18:27:21 UTC
(
hide
)
Description:
add ssl to use flags, defaults to gnutls
Filename:
MIME Type:
Creator:
Florian Scandella
Created:
2010-03-01 18:27:21 UTC
Size:
1.21 KB
patch
obsolete
>--- /usr/portage/net-misc/curl/curl-7.19.7.ebuild 2010-02-11 18:36:32.000000000 +0100 >+++ curl-7.19.7.ebuild 2010-03-01 19:20:18.494318402 +0100 >@@ -16,9 +16,10 @@ > LICENSE="MIT" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" >-IUSE="openssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test" >+IUSE="ssl openssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test" > >-RDEPEND="gnutls? ( net-libs/gnutls app-misc/ca-certificates ) >+RDEPEND="ssl? ( !gnutls? ( !nss? ( !openssl? ( net-libs/gnutls app-misc/ca-certificates ) ) ) ) >+ gnutls? ( net-libs/gnutls app-misc/ca-certificates ) > nss? ( !gnutls? ( dev-libs/nss app-misc/ca-certificates ) ) > openssl? ( !gnutls? ( !nss? ( dev-libs/openssl app-misc/ca-certificates ) ) ) > ldap? ( net-nds/openldap ) >@@ -76,6 +77,9 @@ > elif use openssl; then > myconf="${myconf} --without-gnutls --without-nss --with-ssl" > myconf="${myconf} --without-ca-bundle --with-ca-path=/etc/ssl/certs" >+ elif use ssl; then >+ myconf="${myconf} --without-ssl --with-gnutls --without-nss" >+ myconf="${myconf} --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" > else > myconf="${myconf} --without-gnutls --without-nss --without-ssl" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 297096
:
221637
|
223813