From: Jo-Philipp Wich Date: Wed, 7 Dec 2011 16:03:54 +0000 (+0000) Subject: tcpdump: prevent calling host pcap-config X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c9543ed689b75f738bd8f0878d9cf1b36e1875c0;p=openwrt%2Fsvn-archive%2Fpackages.git tcpdump: prevent calling host pcap-config SVN-Revision: 29474 --- diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index de0f5db66..ec6703be4 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpdump PKG_VERSION:=4.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \ @@ -53,7 +53,8 @@ CONFIGURE_VARS += \ td_cv_buggygetaddrinfo="no" \ ac_cv_linux_vers=$(LINUX_VERSION) \ ac_cv_header_rpc_rpcent_h=no \ - ac_cv_lib_rpc_main=no + ac_cv_lib_rpc_main=no \ + ac_cv_path_PCAP_CONFIG="" MAKE_FLAGS :=