From 414a82acf53924996d26079869df9bd9cfc0ece2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 15 Feb 2010 14:51:28 +0000 Subject: [PATCH] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during cross compile (#6642) SVN-Revision: 19637 --- net/tcpdump/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)" -- 2.30.2