From c325deb12ca14e3e86fa5c33d0540a470144fed8 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 6 Nov 2021 22:07:50 +0200 Subject: [PATCH] libtirpc: update to 1.3.2 --- packages/libtirpc/build.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/libtirpc/build.sh b/packages/libtirpc/build.sh index a5a361bf5..549dff1d9 100644 --- a/packages/libtirpc/build.sh +++ b/packages/libtirpc/build.sh @@ -2,8 +2,13 @@ TERMUX_PKG_HOMEPAGE="http://git.linux-nfs.org/?p=steved/libtirpc.git" TERMUX_PKG_DESCRIPTION="Transport Independent RPC library" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=1.3.1 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=1.3.2 TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_SHA256=245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17 +TERMUX_PKG_SHA256=e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gssapi" + +termux_step_pre_configure() { + aclocal + automake + autoconf +}