curl: Build with --with-ca-path
This commit is contained in:
parent
dea67c3c30
commit
cb73452136
@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/
|
|||||||
TERMUX_PKG_DESCRIPTION="Easy-to-use client-side URL transfer library"
|
TERMUX_PKG_DESCRIPTION="Easy-to-use client-side URL transfer library"
|
||||||
TERMUX_PKG_LICENSE="MIT"
|
TERMUX_PKG_LICENSE="MIT"
|
||||||
TERMUX_PKG_VERSION=7.66.0
|
TERMUX_PKG_VERSION=7.66.0
|
||||||
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=https://curl.haxx.se/download/curl-${TERMUX_PKG_VERSION}.tar.bz2
|
TERMUX_PKG_SRCURL=https://curl.haxx.se/download/curl-${TERMUX_PKG_VERSION}.tar.bz2
|
||||||
TERMUX_PKG_SHA256=6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141
|
TERMUX_PKG_SHA256=6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141
|
||||||
TERMUX_PKG_DEPENDS="libnghttp2, openssl (>= 1.1.1), zlib"
|
TERMUX_PKG_DEPENDS="libnghttp2, openssl (>= 1.1.1), zlib"
|
||||||
@ -12,6 +13,7 @@ TERMUX_PKG_ESSENTIAL=true
|
|||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||||
--enable-ntlm-wb=$TERMUX_PREFIX/bin/ntlm_auth
|
--enable-ntlm-wb=$TERMUX_PREFIX/bin/ntlm_auth
|
||||||
--with-ca-bundle=$TERMUX_PREFIX/etc/tls/cert.pem
|
--with-ca-bundle=$TERMUX_PREFIX/etc/tls/cert.pem
|
||||||
|
--with-ca-path=$TERMUX_PREFIX/etc/tls/certs
|
||||||
--with-nghttp2
|
--with-nghttp2
|
||||||
--without-libidn
|
--without-libidn
|
||||||
--without-libidn2
|
--without-libidn2
|
||||||
|
Loading…
Reference in New Issue
Block a user