Fredrik Fornwall
9 years ago
2 changed files with 4 additions and 1 deletions
@ -1,11 +1,14 @@ |
|||||
# Compiles, but unused (proot will perhaps use it) |
# Compiles, but unused (proot will perhaps use it) |
||||
TERMUX_PKG_HOMEPAGE=https://talloc.samba.org/talloc/doc/html/index.html |
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_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_SRCURL=https://www.samba.org/ftp/talloc/talloc-${TERMUX_PKG_VERSION}.tar.gz |
||||
TERMUX_PKG_BUILD_IN_SRC="yes" |
TERMUX_PKG_BUILD_IN_SRC="yes" |
||||
|
|
||||
termux_step_configure () { |
termux_step_configure () { |
||||
|
# Force fresh install: |
||||
|
rm -f $TERMUX_PREFIX/include/talloc.h |
||||
|
|
||||
# Make sure symlinks are installed: |
# Make sure symlinks are installed: |
||||
rm $TERMUX_PREFIX/lib/libtalloc* || true |
rm $TERMUX_PREFIX/lib/libtalloc* || true |
||||
|
|
Loading…
Reference in new issue