curl: use the default path of openssl for ca-bundle

This commit is contained in:
Juergen Daubert 2012-11-30 17:05:38 +01:00
parent 2841a78c7d
commit 7309e558f7

View File

@ -5,7 +5,7 @@
name=curl name=curl
version=7.28.1 version=7.28.1
release=1 release=2
source=(http://curl.haxx.se/download/$name-$version.tar.lzma) source=(http://curl.haxx.se/download/$name-$version.tar.lzma)
build() { build() {
@ -14,7 +14,8 @@ build() {
--mandir=/usr/man \ --mandir=/usr/man \
--enable-ipv6 \ --enable-ipv6 \
--without-libidn \ --without-libidn \
--enable-threaded-resolver --enable-threaded-resolver \
--with-ca-bundle=/etc/ssl/cert.pem
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }