cadaver: fixed SSL by replacing gnutls with openssl (#2097)
This commit is contained in:
parent
76adda08c5
commit
e216246903
@ -1,12 +1,14 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://www.webdav.org/cadaver/
|
TERMUX_PKG_HOMEPAGE=http://www.webdav.org/cadaver/
|
||||||
TERMUX_PKG_DESCRIPTION="cadaver is a command-line WebDAV client for Unix"
|
TERMUX_PKG_DESCRIPTION="cadaver is a command-line WebDAV client for Unix"
|
||||||
TERMUX_PKG_VERSION=0.23.3
|
TERMUX_PKG_VERSION=0.23.3
|
||||||
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=https://fossies.org/linux/www/cadaver-${TERMUX_PKG_VERSION}.tar.xz
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/www/cadaver-${TERMUX_PKG_VERSION}.tar.xz
|
||||||
TERMUX_PKG_SHA256=123772d7d33f06a76742dba874b1c444423b52ad3a7bbb87559616ec78b9ae5e
|
TERMUX_PKG_SHA256=123772d7d33f06a76742dba874b1c444423b52ad3a7bbb87559616ec78b9ae5e
|
||||||
TERMUX_PKG_DEPENDS="libgcrypt, libgnutls, libxml2, ncurses, readline"
|
TERMUX_PKG_DEPENDS="libgcrypt, openssl, libxml2, ncurses, readline"
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||||
--with-libxml2
|
--with-libxml2
|
||||||
--without-gssapi
|
--without-gssapi
|
||||||
|
--with-ssl=openssl
|
||||||
"
|
"
|
||||||
|
|
||||||
termux_step_pre_configure() {
|
termux_step_pre_configure() {
|
||||||
|
Loading…
Reference in New Issue
Block a user