Ports: Make curl port use openssl
Curl now works with https!
This commit is contained in:
parent
d6d062841d
commit
14fdcb892d
|
@ -3,9 +3,14 @@
|
|||
NAME='curl'
|
||||
VERSION='8.8.0'
|
||||
DOWNLOAD_URL="https://curl.se/download/curl-$VERSION.tar.gz#77c0e1cd35ab5b45b659645a93b46d660224d0024f1185e8a95cdb27ae3d787d"
|
||||
DEPENDENCIES=('ca-certificates' 'openssl' 'zlib')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--without-ssl'
|
||||
'--disable-threaded-resolver'
|
||||
'--disable-ipv6'
|
||||
'--disable-docs'
|
||||
'--with-openssl'
|
||||
'--with-zlib'
|
||||
'--with-random=/dev/random'
|
||||
'--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'
|
||||
'--without-ca-path'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue