Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't automatically detect libssl/libcrypto with ExtUtils::PkgConfig
This reverts da6292e. The automatic detection of libssl/libcrypto with pkg-config conflicts with the OPENSSL_PREFIX method of specifying where Makefile.PL should look for libssl/libcrypto. The one known failure case at the moment is when OPENSSL_PREFIX points to a copy of OpenSSL that has compression enabled, but pkg-config points to a copy of OpenSSL that doesn't have compression enabled - this causes "-lz" to be omitted from the list of options passed to the linker, causing a compilation failure. There may be other failure cases. The automatic detection of libssl/libcrypto is a very useful feature, so we'll find and fix all the edge cases and bring it back in time for Net-SSLeay 1.96. Fixes radiator-software#465.
- Loading branch information