Skip to content

Commit 3977cd1

Browse files
committed
Merge branch 'dev'
2 parents a6b705c + f073136 commit 3977cd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Pcap++/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ ifdef HAS_PCAP_IMMEDIATE_MODE
7171
DEPS += -DHAS_PCAP_IMMEDIATE_MODE
7272
endif
7373

74+
ifdef HAS_SET_DIRECTION_ENABLED
75+
PCAPPP_BUILD_FLAGS += -DHAS_SET_DIRECTION_ENABLED
76+
endif
77+
7478
ifdef USE_DPDK
7579
PCAPPP_BUILD_FLAGS += -msse -msse2 -msse3 -mssse3
7680
endif

0 commit comments

Comments
 (0)