From fa5511ec32dd78dd87f8a8d472f33ae7f172be5c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 May 2018 16:33:43 +0200 Subject: curl: use ca-path, make git clone ssl url working --- package/curl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/curl') diff --git a/package/curl/Makefile b/package/curl/Makefile index a537893ab..b4e1f5abc 100644 --- a/package/curl/Makefile +++ b/package/curl/Makefile @@ -91,8 +91,9 @@ CONFIGURE_ARGS+= --enable-cookies \ --without-libssh2 \ --without-librtmp \ --without-libidn \ + --with-ca-path="/etc/ssl/certs" \ --with-random="/dev/urandom" \ - --with-ca-bundle="/etc/ssl/cert.pem" + --without-ca-bundle ifneq (${ADK_PACKAGE_CURL_WITH_IPV6},) CONFIGURE_ARGS+= --enable-ipv6 -- cgit v1.2.3