This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.0.x by this push:
new 93e2a23 force the binary to link with libstdc++ so it uses the proper
new/delete
93e2a23 is described below
commit 93e2a233626f6433fcc550fba847d4467dfbb099
Author: Fei Deng <[email protected]>
AuthorDate: Wed Jun 6 13:15:00 2018 -0500
force the binary to link with libstdc++ so it uses the proper new/delete
(cherry picked from commit 79682c4f8832dcafe908a13076a54f6faa316100)
---
mgmt/utils/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/mgmt/utils/Makefile.am b/mgmt/utils/Makefile.am
index b8ed716..1c101dd 100644
--- a/mgmt/utils/Makefile.am
+++ b/mgmt/utils/Makefile.am
@@ -56,6 +56,7 @@ libutils_p_la_SOURCES = \
MgmtProcessCleanup.cc
test_marshall_LDFLAGS = \
+ -static-libstdc++ \
@AM_LDFLAGS@ \
@OPENSSL_LDFLAGS@
--
To stop receiving notification emails like this one, please contact
[email protected].