X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59ca138b1d6d7b763bd06d2a5d2030ffe7dee660..206fed09009fe61b88b52e96c7836f275e50bfa3:/packages/libtalloc/build.sh diff --git a/packages/libtalloc/build.sh b/packages/libtalloc/build.sh index 921c28b4..6ebcc0ff 100644 --- a/packages/libtalloc/build.sh +++ b/packages/libtalloc/build.sh @@ -1,6 +1,7 @@ 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.8 +TERMUX_PKG_VERSION=2.1.10 +TERMUX_PKG_SHA256=c985e94bebd6ec2f6af3d95dcc3fcb192a2ddb7781a021d70ee899e26221f619 TERMUX_PKG_SRCURL=https://www.samba.org/ftp/talloc/talloc-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_BUILD_IN_SRC="yes" @@ -42,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 }