X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/83d11d6e040761d0843585db4148153e040d4e87..6b87a6b879a06462689c473960a5b2e57b413ee6:/packages/rlwrap/build.sh diff --git a/packages/rlwrap/build.sh b/packages/rlwrap/build.sh index 0c603d20..0df82e3c 100644 --- a/packages/rlwrap/build.sh +++ b/packages/rlwrap/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://utopia.knoware.nl/~hlub/rlwrap/ TERMUX_PKG_DESCRIPTION="Wrapper using readline to enable editing of keyboard input for commands" TERMUX_PKG_VERSION=0.42 TERMUX_PKG_BUILD_REVISION=1 -TERMUX_PKG_SRCURL=http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/rlwrap-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ptyttylib_cv_ptys=STREAMS ac_cv_func_grantpt=yes ac_cv_func_unlockpt=yes" # Avoid linking to libutil: TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_lib_util_openpty=no"