diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-10 17:19:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-10 17:19:54 +0000 |
commit | 95015a8bd69fbb28fc5654ff6023b777ab8f68a4 (patch) | |
tree | 0369f32f6c046c845ffcef6099175be3f18215f5 /openwrt/package/tcpdump | |
parent | 9183af1817ab1753b4480741965d2d10cc6c75bb (diff) | |
download | mtk-20170518-95015a8bd69fbb28fc5654ff6023b777ab8f68a4.zip mtk-20170518-95015a8bd69fbb28fc5654ff6023b777ab8f68a4.tar.gz mtk-20170518-95015a8bd69fbb28fc5654ff6023b777ab8f68a4.tar.bz2 |
Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package
SVN-Revision: 1188
Diffstat (limited to 'openwrt/package/tcpdump')
-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 ec86908..fabd150 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) \ |