From: nbd Date: Thu, 25 Sep 2014 10:37:06 +0000 (+0000) Subject: curl: use the system certificates X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=15d0bfebec5fa5d24798361d1179613092db4d01;p=openwrt.git curl: use the system certificates Signed-off-by: Cristian Morales Vega git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42661 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index 0bb8323b33..2c6e6ea2b7 100644 --- a/package/network/utils/curl/Makefile +++ b/package/network/utils/curl/Makefile @@ -97,6 +97,7 @@ CONFIGURE_ARGS += \ --disable-manual \ --disable-verbose \ --without-ca-bundle \ + --with-ca-path=/etc/ssl/certs/ \ --without-krb4 \ --without-libidn \ --without-nss \