ezelkow1 commented on code in PR #12619: URL: https://github.com/apache/trafficserver/pull/12619#discussion_r2469953185
########## plugins/experimental/maxmind_acl/CMakeLists.txt: ########## @@ -19,9 +19,7 @@ if(maxminddb_FOUND) add_atsplugin(maxmind_acl maxmind_acl.cc mmdb.cc) - target_link_libraries( - maxmind_acl PRIVATE libswoc::libswoc ts::tsapi yaml-cpp::yaml-cpp maxminddb::maxminddb PCRE::PCRE - ) + target_link_libraries(maxmind_acl PRIVATE libswoc::libswoc ts::tsapi yaml-cpp::yaml-cpp maxminddb::maxminddb) Review Comment: Adding tsutil appears to create ASAN failures when doing the verify_plugin tests, so pulling it back out -- 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]
