From 67f7bfe58b97cbfacd9a88827927a3e7b6a6de95 Mon Sep 17 00:00:00 2001 From: Bertrand G Date: Tue, 14 Feb 2012 18:46:37 +0100 Subject: [PATCH] curl: update path to certification --- 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 6d1d70af6d..5e256923af 100755 --- a/packages/web/curl/build +++ b/packages/web/curl/build @@ -77,7 +77,7 @@ ac_cv_header_librtmp_rtmp_h=yes \ --without-gnutls \ --without-polarssl \ --without-nss \ - --with-ca-bundle="/etc/ssl/cacert.pem" \ + --with-ca-bundle="/etc/pki/tls/cacert.pem" \ --without-ca-path \ --without-libssh2 \ --with-librtmp="$SYSROOT_PREFIX/usr" \