From: Jo-Philipp Wich 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=aa19bd073c831e387f5810c4175ff747878e2ca9 [packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during cross compile (#6642) SVN-Revision: 19637 --- diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index d4cb78a1bc..a6ec2650f0 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)"