From: nbd Date: Thu, 25 Sep 2014 10:51:56 +0000 (+0000) Subject: curl: only set ca path for openssl X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=858baf11771a085ab4758992bd9afac8f2f3edb4;p=openwrt.git curl: only set ca path for openssl Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42662 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index 2c6e6ea2b7..a77fcc89a7 100644 --- a/package/network/utils/curl/Makefile +++ b/package/network/utils/curl/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS += \ --disable-manual \ --disable-verbose \ --without-ca-bundle \ - --with-ca-path=/etc/ssl/certs/ \ + $(if $(CONFIG_LIBCURL_OPENSSL),--with-ca-path=/etc/ssl/certs/) \ --without-krb4 \ --without-libidn \ --without-nss \