You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/04/20 09:19:20 UTC

[GitHub] [trafficserver] maskit commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

maskit commented on issue #6666:
URL: https://github.com/apache/trafficserver/pull/6666#issuecomment-616421557


   I looked into this too. Here's a couple of findings:
   
   - Optimization does some magic. If I add `-O1` to AM_CPPFLAGS on http2/Makefile.am then link succeeds without the LDADD change, but not `-O0`.
   
   - I put the dup lines between libinkevent.a and librecords_p.a (instead of after librecords_p.a) and it worked too.
   
   
   Because Http2ClientSession does depend on ProxySession, adding libproxy.a or a stub (mock) module that satisfies the requirement for libproxy.a may be an appropriate approach.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org