Skip to content

Commit

Permalink
Merge pull request #516 from fquinner/patch-2
Browse files Browse the repository at this point in the history
Enable HAS_SET_DIRECTION_ENABLED for regular build
  • Loading branch information
seladb authored Aug 17, 2020
2 parents 1bd1927 + 83b206e commit f073136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Pcap++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ ifdef HAS_PCAP_IMMEDIATE_MODE
DEPS += -DHAS_PCAP_IMMEDIATE_MODE
endif

ifdef HAS_SET_DIRECTION_ENABLED
PCAPPP_BUILD_FLAGS += -DHAS_SET_DIRECTION_ENABLED
endif

ifdef USE_DPDK
PCAPPP_BUILD_FLAGS += -msse -msse2 -msse3 -mssse3
endif
Expand Down

0 comments on commit f073136

Please sign in to comment.