Author: nbd Date: 2014-09-25 12:37:06 +0200 (Thu, 25 Sep 2014) New Revision: 42661
Modified: trunk/package/network/utils/curl/Makefile Log: curl: use the system certificates Signed-off-by: Cristian Morales Vega <[email protected]> Modified: trunk/package/network/utils/curl/Makefile =================================================================== --- trunk/package/network/utils/curl/Makefile 2014-09-25 07:38:02 UTC (rev 42660) +++ trunk/package/network/utils/curl/Makefile 2014-09-25 10:37:06 UTC (rev 42661) @@ -97,6 +97,7 @@ --disable-manual \ --disable-verbose \ --without-ca-bundle \ + --with-ca-path=/etc/ssl/certs/ \ --without-krb4 \ --without-libidn \ --without-nss \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
