termux-packages/packages/libtirpc/build.sh
Tee KOBAYASHI c413f37bf7 libtirpc: Fix type of xdr_{,u_}longlong_t
Causing build error for asymptote:

```
note: candidate function not viable: no known conversion from 'unsigned long long *' to 'uint64_t *' (aka 'unsigned long *') for 2nd argument
```
2022-01-14 09:29:59 +01:00

16 lines
541 B
Bash

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.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gssapi"
termux_step_pre_configure() {
aclocal
automake
autoconf
}