mirror of
https://github.com/open-simh/simh.git
synced 2026-01-15 16:07:47 +00:00
Fixed build when using a libpcap from www.tcpdump.org
This commit is contained in:
parent
e143a06e8f
commit
d14853e14a
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…
x
Reference in New Issue
Block a user