Date: Wednesday, April 7, 2010 @ 16:49:28
  Author: pierre
Revision: 76127

use capath again; we just need to rehash the certs

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-04-07 20:32:00 UTC (rev 76126)
+++ PKGBUILD    2010-04-07 20:49:28 UTC (rev 76127)
@@ -4,7 +4,7 @@
 
 pkgname=curl
 pkgver=7.20.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se";
@@ -29,7 +29,7 @@
        --disable-ldap \
        --enable-manual \
        --enable-versioned-symbols \
-       --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+       --with-ca-path=/etc/ssl/certs \
        --without-libidn || return 1
   make || return 1
 }

Reply via email to