Repository: trafficserver Updated Branches: refs/heads/master 480142b4a -> da871e36b
Fix "make test" for external openssl libs This closes #156 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/da871e36 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/da871e36 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/da871e36 Branch: refs/heads/master Commit: da871e36be4ea62d0910176fc5a43486239b781c Parents: 480142b Author: Thomas Jackson <[email protected]> Authored: Mon Dec 15 17:55:36 2014 -0800 Committer: James Peach <[email protected]> Committed: Mon Dec 15 21:35:20 2014 -0800 ---------------------------------------------------------------------- iocore/eventsystem/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/da871e36/iocore/eventsystem/Makefile.am ---------------------------------------------------------------------- diff --git a/iocore/eventsystem/Makefile.am b/iocore/eventsystem/Makefile.am index ba01782..dca21aa 100644 --- a/iocore/eventsystem/Makefile.am +++ b/iocore/eventsystem/Makefile.am @@ -72,6 +72,7 @@ libinkevent_a_SOURCES = \ check_PROGRAMS = test_Buffer test_Event test_CXXFLAGS = \ + @OPENSSL_INCLUDES@ \ $(iocore_include_dirs) \ -I$(top_srcdir)/proxy/api/ts \ -I$(top_srcdir)/proxy/api \ @@ -83,6 +84,9 @@ test_CXXFLAGS = \ -I$(top_srcdir)/mgmt/utils test_LDADD = \ + @LIBTOOL_LINK_FLAGS@ \ + @OPENSSL_LIBS@ \ + @OPENSSL_LDFLAGS@ \ libinkevent.a \ $(top_builddir)/lib/records/librecords_p.a \ $(top_builddir)/mgmt/libmgmt_p.la \
