Add libtalloc package
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 22 Mar 2016 00:08:20 +0000 (20:08 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 22 Mar 2016 00:08:20 +0000 (20:08 -0400)
packages/libtalloc/build.sh [moved from disabled-packages/libtalloc/build.sh with 94% similarity]
packages/libtalloc/wscript.patch [moved from disabled-packages/libtalloc/wscript.patch with 100% similarity]

similarity index 94%
rename from disabled-packages/libtalloc/build.sh
rename to packages/libtalloc/build.sh
index 214bac8..59db4da 100644 (file)
@@ -1,11 +1,14 @@
 # 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.5
+TERMUX_PKG_VERSION=2.1.6
 TERMUX_PKG_SRCURL=https://www.samba.org/ftp/talloc/talloc-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_BUILD_IN_SRC="yes"
 
 termux_step_configure () {
+       # Force fresh install:
+       rm -f $TERMUX_PREFIX/include/talloc.h
+
        # Make sure symlinks are installed:
        rm $TERMUX_PREFIX/lib/libtalloc* || true