You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2015/05/27 13:11:07 UTC

[1/2] trafficserver git commit: Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'. Fix TS-3632

Repository: trafficserver
Updated Branches:
  refs/heads/master 23cc73e8a -> fd72cf048


Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'. Fix TS-3632


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/442f560a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/442f560a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/442f560a

Branch: refs/heads/master
Commit: 442f560ac4412a6cbbba6f69b029def418c9fbe8
Parents: 23cc73e
Author: Jean Baptiste Favre <je...@blablacar.com>
Authored: Wed May 27 09:51:39 2015 +0200
Committer: Jean Baptiste Favre <je...@blablacar.com>
Committed: Wed May 27 09:51:39 2015 +0200

----------------------------------------------------------------------
 cmd/traffic_wccp/Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/442f560a/cmd/traffic_wccp/Makefile.am
----------------------------------------------------------------------
diff --git a/cmd/traffic_wccp/Makefile.am b/cmd/traffic_wccp/Makefile.am
index 949388c..f7b6148 100644
--- a/cmd/traffic_wccp/Makefile.am
+++ b/cmd/traffic_wccp/Makefile.am
@@ -22,7 +22,8 @@ AM_CPPFLAGS = $(iocore_include_dirs) \
   -I$(top_srcdir)/lib \
   -I$(top_srcdir)/lib/records \
   -I$(top_srcdir)/lib/ts \
-  -I$(top_srcdir)/lib/wccp
+  -I$(top_srcdir)/lib/wccp \
+  @OPENSSL_INCLUDES@
 
 AM_LDFLAGS = \
   @EXTRA_CXX_LDFLAGS@ \
@@ -37,5 +38,5 @@ traffic_wccp_SOURCES = \
 traffic_wccp_LDADD = \
   $(top_builddir)/lib/tsconfig/libtsconfig.la \
   $(top_builddir)/lib/wccp/libwccp.a \
-  $(top_builddir)/lib/ts/libtsutil.la
-
+  $(top_builddir)/lib/ts/libtsutil.la \
+  @OPENSSL_LIBS@


[2/2] trafficserver git commit: Merge pull request #203: Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'

Posted by ig...@apache.org.
Merge pull request #203: Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fd72cf04
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fd72cf04
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fd72cf04

Branch: refs/heads/master
Commit: fd72cf048324b6d53cf51ef15dd4f05ac4c48fbe
Parents: 23cc73e 442f560
Author: Igor Galić <i....@brainsware.org>
Authored: Wed May 27 13:08:44 2015 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Wed May 27 13:08:44 2015 +0200

----------------------------------------------------------------------
 cmd/traffic_wccp/Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------