curl: use the default path of openssl for ca-bundle
This commit is contained in:
parent
2841a78c7d
commit
7309e558f7
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user