SolidWallOfCode opened a new pull request, #9397:
URL: https://github.com/apache/trafficserver/pull/9397

   This fixes some issues with libswoc from the merge of 10-Dev to master.
   
   *  There were some absolute paths for libswoc headers which caused conflicts 
with external libswoc use.
   *  Some `@SWOC_INCLUDES@` were missing (this caused the "string_view_util.h" 
issue).
   *  Tweaked up the libswoc checks to handle `-ltsswoc` vs. `-lswoc`.
   
   For external libswoc use, this now assumes there is a "libswoc.so" to link. 
This should be done with a symlink in the standard way. The internal built 
libswoc is named "libtsswoc.so" to help avoid collisions.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to