From 66fbbf95bf33142a7fc03403edd9a0d2ac5084c3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 30 May 2011 21:36:31 +0200 Subject: [PATCH] curl: change path to certification Signed-off-by: Stephan Raue --- packages/web/curl/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/curl/build b/packages/web/curl/build index d38aef2866..041532e9d8 100755 --- a/packages/web/curl/build +++ b/packages/web/curl/build @@ -76,7 +76,7 @@ ac_cv_header_librtmp_rtmp_h=yes \ --without-gnutls \ --without-polarssl \ --without-nss \ - --with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \ + --with-ca-bundle="/etc/ssl/cacert.pem" \ --without-ca-path \ --without-libssh2 \ --with-librtmp="$SYSROOT_PREFIX/usr" \