From 25c12d1d46edba5d2c2c788c5b0617f4844c5770 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 20:22:38 +0000 Subject: [PATCH] tcpdump: do not use rpc support - fixes unnecessary dependency on librpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@25531 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tcpdump/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 473573369..8717a0abc 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -51,7 +51,9 @@ CONFIGURE_VARS += \ BUILD_CC="$(TARGET_CC)" \ HOSTCC="$(HOSTCC)" \ td_cv_buggygetaddrinfo="no" \ - ac_cv_linux_vers=$(LINUX_VERSION) + ac_cv_linux_vers=$(LINUX_VERSION) \ + ac_cv_header_rpc_rpcent_h=no \ + ac_cv_lib_rpc_main=no MAKE_FLAGS := -- 2.11.0