mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fixed build when using a libpcap from www.tcpdump.org
This commit is contained in:
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))
|
||||
|
||||
Reference in New Issue
Block a user