[packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 15 Feb 2010 14:51:28 +0000 (14:51 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 15 Feb 2010 14:51:28 +0000 (14:51 +0000)
SVN-Revision: 19637

net/tcpdump/Makefile

index d4cb78a1bc0186c74412acf9fa8c5997d4fbd22b..a6ec2650f00606550b01d3df06cfe29c35114bf6 100644 (file)
@@ -48,7 +48,8 @@ CONFIGURE_ARGS += --without-crypto
 CONFIGURE_VARS += \
        BUILD_CC="$(TARGET_CC)" \
        HOSTCC="$(HOSTCC)" \
-       td_cv_buggygetaddrinfo="no"
+       td_cv_buggygetaddrinfo="no" \
+       ac_cv_linux_vers=$(LINUX_VERSION)
 
 MAKE_FLAGS := \
        CCOPT="$(TARGET_CFLAGS)" INCLS="-I. $(TARGET_CPPFLAGS)"