X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/9ffcaa63ccd1eea6cf71ec8bea36cc5ea2f46378..3f9d72016a389119b9979f9fdfdc2fb0e2579d00:/packages/strace/build.sh diff --git a/packages/strace/build.sh b/packages/strace/build.sh index 94c53d05..2c8ec2f7 100755 --- a/packages/strace/build.sh +++ b/packages/strace/build.sh @@ -1,11 +1,9 @@ TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/strace/ TERMUX_PKG_DESCRIPTION="Debugging utility to monitor the system calls used by a program and all the signals it receives" -TERMUX_PKG_VERSION=4.11 +TERMUX_PKG_VERSION=4.12 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/strace/strace/${TERMUX_PKG_VERSION}/strace-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_RM_AFTER_INSTALL=bin/strace-graph # This is a perl script -CFLAGS+=" -Du64=uint64_t" - if [ $TERMUX_ARCH_BITS = "64" ]; then # The strace configure script only looks for struct flock64 in , # but we actually have it in here: