Skip to content

Commit

Permalink
disabled internal BPF compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Jan 3, 2024
1 parent ad713ba commit 926ee61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ DEFS += -DHCXSTATUSOUT
DEFS += -DHCXNMEAOUT
LDFLAGS +=
# uncomment to enable BPF compiler
DEFS += -DHCXWANTLIBPCAP
LDFLAGS += -lpcap
#DEFS += -DHCXWANTLIBPCAP
#LDFLAGS += -lpcap

INSTALL ?= install
INSTFLAGS =
Expand Down

0 comments on commit 926ee61

Please sign in to comment.