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/09/06 17:02:18 UTC

[trafficserver] branch master updated: Revert "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 358a2bf  Revert "Fixes MacOS linker issue with release build"
358a2bf is described below

commit 358a2bfcf945575e63673b94d2d26f4aa1cc1437
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Sep 5 13:59:20 2018 -0700

    Revert "Fixes MacOS linker issue with release build"
    
    This reverts commit bbf3be3919184801bb4c7d924c0c9e9888d79d99.
---
 iocore/net/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/Makefile.am b/iocore/net/Makefile.am
index a02af9d..13ea19a 100644
--- a/iocore/net/Makefile.am
+++ b/iocore/net/Makefile.am
@@ -70,7 +70,6 @@ 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 \