X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7ec16dc2a076e4e2b3538591b3a3be3cbe409ee8..3321027000c6a5c60e1bbb3aadca8824de8e19f6:/packages/lftp/build.sh diff --git a/packages/lftp/build.sh b/packages/lftp/build.sh index c0204572..60761830 100644 --- a/packages/lftp/build.sh +++ b/packages/lftp/build.sh @@ -1,13 +1,15 @@ TERMUX_PKG_HOMEPAGE=https://lftp.tech/ TERMUX_PKG_DESCRIPTION="FTP/HTTP client and file transfer program" -TERMUX_PKG_VERSION=4.7.4 +TERMUX_PKG_VERSION=4.7.5 TERMUX_PKG_SRCURL=https://lftp.tech/ftp/lftp-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c +TERMUX_PKG_SHA256=53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 # (1) Android has dn_expand, but lftp assumes that dn_skipname then exists, which it does not on android. # (2) Use --with-openssl to use openssl instead of gnutls. TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_dn_expand=no --with-openssl --with-expat=$TERMUX_PREFIX" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-readline=$TERMUX_PREFIX" TERMUX_PKG_DEPENDS="libexpat, openssl, readline, libutil, libidn" +# "xmalloc.c:(.text+0x26c): undefined reference to `__muloti4'": +TERMUX_PKG_CLANG=no termux_step_pre_configure () { TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-zlib=$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr"