From d14853e14a3f0a32712c53ff3ed699488d441a14 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 10 Jan 2012 20:14:09 -0800 Subject: [PATCH] Fixed build when using a libpcap from www.tcpdump.org --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c82fe40e..2bc8acff 100644 --- a/makefile +++ b/makefile @@ -150,7 +150,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin) # Look for package built from tcpdump.org sources with default install target LIBPATH += /usr/local/lib INCPATH += /usr/local/include - LIBEXTSAVE = $(LIBEXT) + LIBEXTSAVE := $(LIBEXT) LIBEXT = a ifneq (,$(call find_lib,pcap)) ifneq (,$(call find_include,pcap))