X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/27ce01e83bf0264b9aed9595226ef84f07ca0f52..bfd9e967f9f8d5a0b54571fc10fb6202813b8ee5:/packages/libtalloc/build.sh diff --git a/packages/libtalloc/build.sh b/packages/libtalloc/build.sh index 59db4da3..70b6bb22 100644 --- a/packages/libtalloc/build.sh +++ b/packages/libtalloc/build.sh @@ -1,8 +1,8 @@ -# Compiles, but unused (proot will perhaps use it) TERMUX_PKG_HOMEPAGE=https://talloc.samba.org/talloc/doc/html/index.html TERMUX_PKG_DESCRIPTION="Hierarchical, reference counted memory pool system with destructors" -TERMUX_PKG_VERSION=2.1.6 +TERMUX_PKG_VERSION=2.1.8 TERMUX_PKG_SRCURL=https://www.samba.org/ftp/talloc/talloc-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=22d14911164d4de67ff76b5269fa5250d01f78c955bc77e28615350996877130 TERMUX_PKG_BUILD_IN_SRC="yes" termux_step_configure () { @@ -27,7 +27,7 @@ Checking for WORDS_BIGENDIAN: OK Checking for C99 vsnprintf: OK Checking for HAVE_SECURE_MKSTEMP: OK rpath library support: OK --Wl,--version-script support: OK +-Wl,--version-script support: FAIL Checking correct behavior of strtoll: OK Checking correct behavior of strptime: OK Checking for HAVE_IFACE_GETIFADDRS: OK @@ -43,7 +43,8 @@ Checking getconf large file support flags work: OK EOF ./configure --prefix=$TERMUX_PREFIX \ - --disable-rpath \ - --cross-compile \ - --cross-answers=cross-answers.txt + --disable-rpath \ + --disable-python \ + --cross-compile \ + --cross-answers=cross-answers.txt }