2 # Copyright (C) 2006-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
9 include $(INCLUDE_DIR
)/kernel.mk
14 OLD_KERNEL
=$(findstring y
,$(foreach v
,21 25,$(CONFIG_LINUX_2_6_
$(v
))))
15 ifneq ($(OLD_KERNEL
),)
17 PKG_MD5SUM
:=77f66d09aa82981bb6d65fa19a2c1ba9
18 PATCH_DIR
:=patches-4.5
.16
21 PKG_MD5SUM
:=2415e435d61e40315a298c80aced0cda
24 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
25 PKG_SOURCE_URL
:=@SF
/$(PKG_NAME
)
29 include $(INCLUDE_DIR
)/package.mk
32 ac_cv_header_linux_netlink_h
=yes
35 -I
$(LINUX_DIR
)/include
40 TITLE
:=System call tracer
41 URL
:=http
://strace.sourceforge.net
/
44 define Package
/strace
/description
45 A useful diagnostic
, instructional
, and debugging tool. Allows you to track what
46 system calls a program makes while it is running.
50 ac_cv_header_linux_netlink_h
=yes
52 define Package
/strace
/install
53 $(INSTALL_DIR
) $(1)/usr
/bin
54 $(INSTALL_BIN
) $(PKG_INSTALL_DIR
)/usr
/bin
/strace
$(1)/usr
/bin
/
57 $(eval
$(call BuildPackage
,strace
))