bneradt opened a new pull request, #458: URL: https://github.com/apache/trafficserver-ci/pull/458
OpenSSL 3.5 lists "-lz" in the static half of its pkg-config file, so CMake's FindOpenSSL resolves zlib while it is restricted to static libraries and puts the non-PIC libz.a into libnuraft.so. amd64 rejects that relocation, so the ubuntu2604 image fails to build there while arm64 tolerates the same archive. This patch names the shared OpenSSL libraries, which keeps FindOpenSSL out of its static path and drops the zlib, jitterentropy, and zstd dependencies from the nuraft link entirely. -- 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]
