Set flag for libpcap without DLT_LINUX_SLL2

Requires
6fd82a7e1d

Submodule edited until that can be merged.
This commit is contained in:
Simeon Miteff 2022-08-18 17:18:52 +10:00
parent bfcc457093
commit e9eed20169
2 changed files with 3 additions and 1 deletions

2
.gitmodules vendored
View file

@ -12,7 +12,7 @@
url = https://github.com/zeek/btest
[submodule "cmake"]
path = cmake
url = https://github.com/zeek/cmake
url = https://github.com/simeonmiteff/zeek-cmake
[submodule "src/3rdparty"]
path = src/3rdparty
url = https://github.com/zeek/zeek-3rdparty

View file

@ -4,6 +4,8 @@
pcap_compile_nopcap */
#cmakedefine DONT_HAVE_LIBPCAP_PCAP_FREECODE
#cmakedefine DONT_HAVE_LIBPCAP_DLT_LINUX_SLL2
/* should explicitly declare socket() and friends */
#cmakedefine DO_SOCK_DECL