diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 17:19:54 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 17:19:54 +0000 |
commit | dc124e7d6176e2ccf19cd9e77cadc410564d1c79 (patch) | |
tree | 0369f32f6c046c845ffcef6099175be3f18215f5 /openwrt/package/tcpdump/Makefile | |
parent | 62ccd96919d0e7075260f461908f6377a4727093 (diff) |
Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1188 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tcpdump/Makefile')
-rw-r--r-- | openwrt/package/tcpdump/Makefile | 2 |
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) \ |