Source: trafficserver

Version: 7.0.0-4
Tags: patch

Hello, the following patch makes trafficserver build successfully on arm* and 
probably also somewhere else

Description: With wl-asneeded as default and UglyLogStubs using inkevent, 
linking them in the wrong order
makes the latter stripped by the linker
Author: Gianfranco Costamagna <[email protected]>
Forwarded: https://github.com/apache/trafficserver/pull/1566

--- trafficserver-7.0.0.orig/cmd/traffic_crashlog/Makefile.am
+++ trafficserver-7.0.0/cmd/traffic_crashlog/Makefile.am
@@ -38,8 +38,8 @@ traffic_crashlog_SOURCES = \
traffic_crashlog_LDADD = \
$(top_builddir)/lib/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
-  $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/proxy/shared/libUglyLogStubs.a \
+  $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/mgmt/api/libtsmgmt.la \
$(top_builddir)/lib/ts/libtsutil.la \
@LIBTCL@ @HWLOC_LIBS@
--- trafficserver-7.0.0.orig/cmd/traffic_layout/Makefile.am
+++ trafficserver-7.0.0/cmd/traffic_layout/Makefile.am
@@ -35,8 +35,8 @@ traffic_layout_SOURCES = \
traffic_layout_LDADD = \
$(top_builddir)/lib/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
-  $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/proxy/shared/libUglyLogStubs.a \
+  $(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/lib/ts/libtsutil.la \
@LIBTCL@ @HWLOC_LIBS@


the patch is also available upstream

https://github.com/apache/trafficserver/pull/1566

and I added it in Ubuntu.

Please consider applying it

thanks

Gianfranco

Reply via email to