Skip to content

Enable HAS_SET_DIRECTION_ENABLED for regular build #516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

fquinner
Copy link
Contributor

It looks like the option to enable pcap direction doesn't get compiled
in during a manual build (unless I have missed something). The option
is a gmake variable and is indeed promoted in Tests/Pcap++Test/Makefile,
but never seemed to get promoted to a compiler macro argument in the
standard Makefile. This change should correct this.

It looks like the option to enable pcap direction doesn't get compiled
in during a manual build (unless I have missed something). The option
is a gmake variable and is indeed promoted in Tests/Pcap++Test/Makefile,
but never seemed to get promoted to a compiler macro argument in the
standard Makefile. This change should correct this.
@seladb
Copy link
Owner

seladb commented Aug 17, 2020

Yes, I missed it somehow during the code review for the original PR. Thanks for the fix!

@seladb seladb merged commit f073136 into seladb:dev Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants