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

duke8253 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 79682c4  force the binary to link with libstdc++ so it uses the proper 
new/delete
79682c4 is described below

commit 79682c4f8832dcafe908a13076a54f6faa316100
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
---
 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].

Reply via email to