Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/testing/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

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?

Copy link
Contributor Author

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.

common_testing_libtestmain_la_SOURCES = common/testing/GenericTester.cpp
endif
2 changes: 1 addition & 1 deletion config/resolv.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AC_CHECK_HEADERS([resolv.h])
am_save_LDFLAGS="$LDFLAGS"
RESOLV_LIBS=""

acx_resolv_libs="-lresolv -resolv"
acx_resolv_libs="-lresolv -resolv -lc"
for lib in $acx_resolv_libs; do
acx_resolv_ok=no
LDFLAGS="$am_save_LDFLAGS $lib"
Expand Down