strace: fix compilation against Linux 2.4
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 12 Feb 2010 21:49:21 +0000 (21:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 12 Feb 2010 21:49:21 +0000 (21:49 +0000)
SVN-Revision: 19615

utils/strace/Makefile

index 17048e86cf156ef1a01c9acd4e0e2a17b807b6c7..486d5daccb369d0f1661cae6b5a00673e306d784 100644 (file)
@@ -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