From: jow Date: Mon, 15 Feb 2010 14:51:28 +0000 (+0000) Subject: [packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1c625d7a1cd0e39d54c61deb3ef64d82ab24ab2a;p=packages.git [packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during cross compile (#6642) git-svn-id: svn://svn.openwrt.org/openwrt/packages@19637 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index d4cb78a1b..a6ec2650f 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -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)"