projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed8940
)
strace: fix compilation against Linux 2.4
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Feb 2010 21:49:21 +0000
(21:49 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Feb 2010 21:49:21 +0000
(21:49 +0000)
SVN-Revision: 19615
utils/strace/Makefile
patch
|
blob
|
history
diff --git
a/utils/strace/Makefile
b/utils/strace/Makefile
index 17048e86cf156ef1a01c9acd4e0e2a17b807b6c7..486d5daccb369d0f1661cae6b5a00673e306d784 100644
(file)
--- a/
utils/strace/Makefile
+++ b/
utils/strace/Makefile
@@
-26,6
+26,9
@@
PKG_FIXUP = libtool
include $(INCLUDE_DIR)/package.mk
+CONFIGURE_VARS += \
+ ac_cv_header_linux_netlink_h=yes
+
define Package/strace
SECTION:=utils
CATEGORY:=Utilities