Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421759 - net-misc/curl-7.25.0-r1 CURL_SSL=cyassl should [R]DEPEND on net-libs/cyassl
Summary: net-misc/curl-7.25.0-r1 CURL_SSL=cyassl should [R]DEPEND on net-libs/cyassl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-18 12:32 UTC by René 'Necoro' Neumann
Modified: 2012-07-19 20:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2012-06-18 12:32:43 UTC
The current ebuild for net-misc/curl-7.25.0-r1 misses the dependencies for CURL_SSL=cyassl. Hence net-libs/cyassl is not pulled in and the curl build silently(!!!) skips all SSL-related stuff.

checking for CyaSSL_Init in -lcyassl... no
checking for CyaSSL_Init in -lcyassl... (cached) no
configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
configure: WARNING: Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss or --with-axtls to address this.
Comment 1 Anthony Basile gentoo-dev 2012-07-19 20:32:54 UTC
Sorry about that.  I dropped cyassl support from curl-7.25.0-r1. It'll be in a future version with proper support.