Browse Source

curl: Build with --with-ca-path

emacs-27
Fredrik Fornwall 5 years ago
parent
commit
a2344d362a
  1. 2
      packages/libcurl/build.sh

2
packages/libcurl/build.sh

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/
TERMUX_PKG_DESCRIPTION="Easy-to-use client-side URL transfer library"
TERMUX_PKG_LICENSE="MIT"
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_SHA256=6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141
TERMUX_PKG_DEPENDS="libnghttp2, openssl (>= 1.1.1), zlib"
@ -12,6 +13,7 @@ TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-ntlm-wb=$TERMUX_PREFIX/bin/ntlm_auth
--with-ca-bundle=$TERMUX_PREFIX/etc/tls/cert.pem
--with-ca-path=$TERMUX_PREFIX/etc/tls/certs
--with-nghttp2
--without-libidn
--without-libidn2

Loading…
Cancel
Save