[Buildroot] [PATCH] libcurl: specify capath

Peter Korsgaard jacmet at uclibc.org
Wed Apr 17 20:06:32 UTC 2013


>>>>> "Shawn" == Shawn J Goff <shawn7400 at gmail.com> writes:

 Shawn> From: "Shawn J. Goff" <shawn7400 at gmail.com>
 Shawn> Since openssl's path is '/etc/ssl/' (specified in our openssl package),
 Shawn> we should also make sure that's what curl is using.

 Shawn> Previously, it's hasn't been specified, which means it changes depending
 Shawn> on the host system where it's compiled.

Out of interest, how does it get this info?

 Shawn> Signed-off-by: Shawn J. Goff <shawn7400 at gmail.com>
 Shawn> ---
 Shawn>  package/libcurl/libcurl.mk | 2 +-
 Shawn>  1 file changed, 1 insertion(+), 1 deletion(-)

 Shawn> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
 Shawn> index a631953..75c9601 100644
 Shawn> --- a/package/libcurl/libcurl.mk
 Shawn> +++ b/package/libcurl/libcurl.mk
 Shawn> @@ -16,7 +16,7 @@ LIBCURL_INSTALL_STAGING = YES
 Shawn>  # probably almost never used. See
 Shawn>  # http://curl.haxx.se/docs/manpage.html#--ntlm.
 Shawn>  LIBCURL_CONF_OPT = --disable-verbose --disable-manual \
 Shawn> -	--enable-hidden-symbols --disable-ntlm-wb
 Shawn> +	--enable-hidden-symbols --disable-ntlm-wb --with-ca-path=/etc/ssl/certs

It would make more sense to move this under the BR2_PACKAGE_OPENSSL
conditional.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list