Author: nbd Date: 2014-09-25 12:51:56 +0200 (Thu, 25 Sep 2014) New Revision: 42662
Modified: trunk/package/network/utils/curl/Makefile Log: curl: only set ca path for openssl Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/curl/Makefile =================================================================== --- trunk/package/network/utils/curl/Makefile 2014-09-25 10:37:06 UTC (rev 42661) +++ trunk/package/network/utils/curl/Makefile 2014-09-25 10:51:56 UTC (rev 42662) @@ -97,7 +97,7 @@ --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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
