Fixed build when using a libpcap from www.tcpdump.org
This commit is contained in:
parent
e143a06e8f
commit
d14853e14a
1 changed files with 1 additions and 1 deletions
2
makefile
2
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))
|
||||
|
|
Loading…
Add table
Reference in a new issue