diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-25 10:51:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-25 10:51:56 +0000 |
commit | 6edad5a8490b3874404fbc88d7f4624566b2ff71 (patch) | |
tree | 6e34ac1e09db784def222359508cfb8532051493 /package/network/utils/curl | |
parent | 5ad7d7cc970ead8534a4c73ea944ccc800731641 (diff) | |
download | upstream-6edad5a8490b3874404fbc88d7f4624566b2ff71.tar.gz upstream-6edad5a8490b3874404fbc88d7f4624566b2ff71.tar.bz2 upstream-6edad5a8490b3874404fbc88d7f4624566b2ff71.zip |
curl: only set ca path for openssl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42662
Diffstat (limited to 'package/network/utils/curl')
-rw-r--r-- | package/network/utils/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |