From b8e593f12039bed150333dfadd3da040ca67a1a9 Mon Sep 17 00:00:00 2001 From: Randall Meyer Date: Fri, 2 Jul 2021 15:18:33 -0700 Subject: [PATCH] For test async_engine, export all symbols (#8037) This fixes the test run for tls_engine on macOS (cherry picked from commit 63f2aeac4ceb04166f87e904ed73661bf9ea0f05) Conflicts: tests/gold_tests/logging/log-filenames.test.py --- tests/tools/plugins/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/tools/plugins/Makefile.inc b/tests/tools/plugins/Makefile.inc index cb6c9c87d1e..e67b2ca6f35 100644 --- a/tests/tools/plugins/Makefile.inc +++ b/tests/tools/plugins/Makefile.inc @@ -82,4 +82,9 @@ tools_plugins_user_args_la_SOURCES = tools/plugins/user_args.cc noinst_LTLIBRARIES += tools/plugins/async_engine.la tools_plugins_async_engine_la_SOURCES = tools/plugins/async_engine.cc +tools_plugins_async_engine_la_LDFLAGS = \ + -module \ + -shared \ + -avoid-version \ + -rpath $(abs_builddir)