This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/quic-latest by this push:
new 4589908 Fioxes build issues due to extraneous tab in Makefile
4589908 is described below
commit 4589908eee4863c0b33339283d3856024ab12e1f
Author: Leif Hedstrom <[email protected]>
AuthorDate: Sun Apr 29 13:28:10 2018 -0600
Fioxes build issues due to extraneous tab in Makefile
---
proxy/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index ac4b53e..c49f457 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -216,7 +216,7 @@ endif
traffic_server_LDADD += \
$(top_builddir)/iocore/net/libinknet.a
- if ENABLE_QUIC
+if ENABLE_QUIC
traffic_server_LDADD += \
$(top_builddir)/iocore/net/quic/libquic.a
endif
--
To stop receiving notification emails like this one, please contact
[email protected].