-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS: check dylib exists in library paths
Previously `openssl_lib_paths()` returned `"-L/usr/local/opt/openssl -L/usr/local/opt/openssl/lib"` in many cases. However, in macOS 12 Monterey, this behavior causes an error when building: `perl is loading libcrypto in an unsafe way` So `openssl_lib_paths()` now returns directories where libcrypto.dylib and libssl.dylib exist as library path. See also macports/macports-ports#12704
- Loading branch information
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters