aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/strace/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-25 11:05:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-06-25 11:05:50 +0000
commit20af9ba6fa7270f6533e896a1b97378012a687c9 (patch)
treefde01a8a7a8c23d33883f2987891f62f4f13cb7c /package/devel/strace/Makefile
parent3fc9fc7a53431eaadbb11f4bb80766553c2b72c9 (diff)
downloadmaster-187ad058-20af9ba6fa7270f6533e896a1b97378012a687c9.tar.gz
master-187ad058-20af9ba6fa7270f6533e896a1b97378012a687c9.tar.bz2
master-187ad058-20af9ba6fa7270f6533e896a1b97378012a687c9.zip
strace: update to 4.10
- include upstream fixes for musl compatibility Include <sys/stat.h> for S_I* macros d34e00b293942b1012ddc49ed3ab379a32337611 Include <linux/ioctl.h> for _IOC_* macros 3460dc486d333231998de0f19918204aacee9ae3 strace 4.8 is broken with musl on some arch (arm: omap,oxnas according to buildbot) compile tested only Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46124 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/strace/Makefile')
-rw-r--r--package/devel/strace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index 4c29d69cda..eb80791b26 100644
--- a/package/devel/strace/Makefile
+++ b/package/devel/strace/Makefile
@@ -10,9 +10,9 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=strace
-PKG_VERSION:=4.8
+PKG_VERSION:=4.10
PKG_RELEASE:=1
-PKG_MD5SUM:=c575ef43829586801f514fd91bfe7575
+PKG_MD5SUM:=107a5be455493861189e9b57a3a51912
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)