summaryrefslogtreecommitdiff
path: root/package/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/curl/Makefile')
-rw-r--r--package/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
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