--- PKGBUILD 2008-05-28 21:05:38.000000000 -0700 +++ PKGBUILD.new 2008-06-02 13:56:00.885279928 -0700 @@ -18,7 +18,8 @@ build() { cd ${startdir}/src/${pkgname}-${pkgver} - ./configure --prefix=/usr --without-libidn --disable-ldap + ./configure --prefix=/usr --without-libidn --disable-ldap ----with-ca-bundle=/usr/share/${pkgname}/ca-bundle.crt + make || return 1 make ca-bundle || return 1 make DESTDIR=${startdir}/pkg install