From 95015a8bd69fbb28fc5654ff6023b777ab8f68a4 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 10 Jun 2005 17:19:54 +0000 Subject: [PATCH] Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package SVN-Revision: 1188 --- openwrt/package/tcpdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/tcpdump/Makefile b/openwrt/package/tcpdump/Makefile index ec8690807f..fabd1500bb 100644 --- a/openwrt/package/tcpdump/Makefile +++ b/openwrt/package/tcpdump/Makefile @@ -28,7 +28,7 @@ $(PKG_BUILD_DIR)/.configured: CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ - ac_cv_linux_vers=$(LINUX_VERSION) \ + ac_cv_linux_vers=2 \ td_cv_buggygetaddrinfo="no" \ ./configure \ --target=$(GNU_TARGET_NAME) \ -- 2.25.1