You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2021/11/17 17:49:37 UTC

[trafficserver] branch 9.1.x updated: For test async_engine, export all symbols (#8513)

This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.1.x by this push:
     new 7103e33  For test async_engine, export all symbols (#8513)
7103e33 is described below

commit 7103e337aab428ebd80e372fc82c2ae6d1c4a753
Author: Randall Meyer <rr...@apache.org>
AuthorDate: Wed Nov 17 09:49:28 2021 -0800

    For test async_engine, export all symbols (#8513)
    
    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 cb6c9c8..e67b2ca 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)