From: <abe...@us...> - 2016-08-20 16:09:39
|
Revision: 7800 http://sourceforge.net/p/astlinux/code/7800 Author: abelbeck Date: 2016-08-20 16:09:38 +0000 (Sat, 20 Aug 2016) Log Message: ----------- strace, version bump to 4.13 Modified Paths: -------------- branches/1.0/package/strace/strace.mk Modified: branches/1.0/package/strace/strace.mk =================================================================== --- branches/1.0/package/strace/strace.mk 2016-08-15 13:15:29 UTC (rev 7799) +++ branches/1.0/package/strace/strace.mk 2016-08-20 16:09:38 UTC (rev 7800) @@ -4,16 +4,10 @@ # ############################################################# -STRACE_VERSION = 4.11 +STRACE_VERSION = 4.13 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz STRACE_SITE = http://downloads.sourceforge.net/project/strace/strace/$(STRACE_VERSION) -STRACE_CONF_ENV = \ - st_cv_m32_mpers=no \ - st_cv_mx32_mpers=no \ - ac_cv_header_linux_if_packet_h=yes \ - ac_cv_header_linux_netlink_h=yes - define STRACE_REMOVE_STRACE_GRAPH rm -f $(TARGET_DIR)/usr/bin/strace-graph endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |