-
Notifications
You must be signed in to change notification settings - Fork 844
Build: improve libswoc building. #9397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build: improve libswoc building. #9397
Conversation
d7b50c3 to
2750262
Compare
2750262 to
dc6d071
Compare
Add pkg-config support.
dc6d071 to
a4f1c7b
Compare
zwoop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeh this works for me.
dragon512
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the pr SolidWallOfCode/libswoc#78 this works for me with libswoc 1.4.2. I have ats 10 rpm here to be tested. Thanks @SolidWallOfCode !
* asf/master: (49 commits) Cleanup: removing some traffic_manager leftovers. (apache#9425) records.yaml - Add support to load multiple YAML docs from the same file and let traffic_ctl to modify a records.yaml file (apache#9404) QUIC-quiche: Use configured disable_active_migration param at quiche transport configuration. (apache#9447) records.yaml: Make sure we fail if we found a legacy records.config file. (apache#9435) Use TSDbg in webp_transform plugin (apache#9439) quic: make sure we create a stream if none available. (apache#9436) Fixes comparison with the wrong type (apache#9441) On arm64 macOS, do not use pagezero linker flag when using luajit (apache#9430) tscore: Remove unneeded and mispelled libswoc reference. (apache#9429) Remove UDP_stubs.h (apache#9413) Make jsonrcp restricted_api false by default. (apache#9415) Histogram: rename members because Zwoop. (apache#9417) FileManager string update (apache#9416) P_SSLUtils.h include updates (apache#9414) libswoc: update build support to fix issues with 10-Dev merge. (apache#9397) QUIC: Remove hardcoded quiche set_initial_max_streams and use config values instead. (apache#9412) Fixes the compile to work with LLVM15 (apache#9410) update cmake for rpc and swoc (apache#9409) Removes the UglyStub file (apache#9401) TSan: Make Thread::cur_time thread local (apache#9184) ...
This fixes some issues with libswoc from the merge of 10-Dev to master.
@SWOC_INCLUDES@were missing (this caused the "string_view_util.h" issue).-ltsswocvs.-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.