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:
us...@infra.apache.org


Reply via email to