aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-10 17:19:54 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-10 17:19:54 +0000
commit95015a8bd69fbb28fc5654ff6023b777ab8f68a4 (patch)
tree0369f32f6c046c845ffcef6099175be3f18215f5
parent9183af1817ab1753b4480741965d2d10cc6c75bb (diff)
downloadupstream-95015a8bd69fbb28fc5654ff6023b777ab8f68a4.tar.gz
upstream-95015a8bd69fbb28fc5654ff6023b777ab8f68a4.tar.bz2
upstream-95015a8bd69fbb28fc5654ff6023b777ab8f68a4.zip
Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package
SVN-Revision: 1188
-rw-r--r--openwrt/package/tcpdump/Makefile2
1 files changed, 1 insertions, 1 deletions
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) \