You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/08/30 18:24:00 UTC

[trafficserver] branch master updated: Fixes MacOS linker issue with release build

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

bcall 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 bbf3be3  Fixes MacOS linker issue with release build
bbf3be3 is described below

commit bbf3be3919184801bb4c7d924c0c9e9888d79d99
Author: Randall Meyer <rr...@apple.com>
AuthorDate: Mon Aug 13 13:39:06 2018 -0700

    Fixes MacOS linker issue with release build
---
 iocore/net/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/Makefile.am b/iocore/net/Makefile.am
index 13ea19a..a02af9d 100644
--- a/iocore/net/Makefile.am
+++ b/iocore/net/Makefile.am
@@ -70,6 +70,7 @@ test_UDPNet_LDFLAGS = \
 
 test_UDPNet_LDADD = \
 	libinknet.a \
+	$(top_builddir)/iocore/aio/libinkaio.a \
 	$(top_builddir)/iocore/eventsystem/libinkevent.a \
 	$(top_builddir)/mgmt/libmgmt_p.la \
 	$(top_builddir)/lib/records/librecords_p.a \