strace: Update from 4.12 to 4.13

This commit is contained in:
Fredrik Fornwall 2016-08-14 18:21:44 -04:00
parent 2b22d736e8
commit eb77b1e871
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
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.12
TERMUX_PKG_VERSION=4.13
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+=" -DIOV_MAX=1024"
if [ $TERMUX_ARCH_BITS = "64" ]; then
# The strace configure script only looks for struct flock64 in <linux/fcntl.h>,
# but we actually have it in <fcntl.h> here: