-
Notifications
You must be signed in to change notification settings - Fork 208
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
Some changes for FreeBSD #1456
Some changes for FreeBSD #1456
Conversation
Thanks, do you want to target the 0.10 branch please @RenZ0 ? |
common/testing/Makefile.mk
Outdated
@@ -6,5 +6,6 @@ noinst_LTLIBRARIES += common/testing/libolatesting.la \ | |||
common_testing_libolatesting_la_SOURCES = \ | |||
common/testing/MockUDPSocket.cpp \ | |||
common/testing/TestUtils.cpp | |||
common_testing_libolatesting_la_CXXFLAGS = $(COMMON_TESTING_PROTOBUF_FLAGS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the exact message you were getting for this please and I'll see if we can use a more bespoke and appropriate set of flags?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's on a big machine and I will start it asap, say in a week or so.
This change is also breaking the FreeBSD build: #1226 |
Superseded by #1460 |
The first commit is for FreeBSD 10 (old one).
The second one is for FreeBSD 10.4 and 11.2, work in progress.