diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-25 10:37:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-25 10:37:06 +0000 |
commit | 22c9a17d258ee0791f70e8ac1cff7e715e3830da (patch) | |
tree | 90daf897eccec7eb44e71d59da62f45eeaa55852 /package/network/utils/curl | |
parent | a795c53d4b1d66f6ae5c8ee40a84e505491867f0 (diff) | |
download | upstream-22c9a17d258ee0791f70e8ac1cff7e715e3830da.tar.gz upstream-22c9a17d258ee0791f70e8ac1cff7e715e3830da.tar.bz2 upstream-22c9a17d258ee0791f70e8ac1cff7e715e3830da.zip |
curl: use the system certificates
Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/curl')
-rw-r--r-- | package/network/utils/curl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |