--- PKGBUILD 2008-06-02 21:05:58.000000000 -0700 +++ PKGBUILD.new 2008-06-03 09:20:08.290177119 -0700 @@ -4,12 +4,12 @@ pkgname=curl pkgver=7.18.1 -pkgrel=2 +pkgrel=4 pkgdesc="An URL retrival utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" license=('MIT') -depends=('zlib' 'openssl>=0.9.8b' 'bash') +depends=('zlib' 'openssl>=0.9.8b' 'bash' 'ca-certificates') makedepends=('perl-libwww') options=('!libtool') source=(http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2) @@ -18,7 +18,7 @@ build() { cd ${startdir}/src/${pkgname}-${pkgver} - ./configure --prefix=/usr --without-libidn --disable-ldap + ./configure --prefix=/usr --without-libidn --disable-ldap --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt make || return 1 make ca-bundle || return 1 make DESTDIR=${startdir}/pkg install