[OpenWrt-Devel] [PATCH 4/4] Make curl use the system certificates
Cristian Morales Vega
cristian at samknows.com
Wed Sep 24 10:15:54 EDT 2014
Signed-off-by: Cristian Morales Vega <cristian at samknows.com>
---
package/network/utils/curl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile
index 0bb8323..2c6e6ea 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 \
--
1.9.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list