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