Path to this page:
Subject: CVS commit: pkgsrc/security/openssl
From: Jonathan Perkin
Date: 2020-05-23 12:32:06
Message id: 20200523103206.7D7C1FC2E@cvs.NetBSD.org
Log Message:
openssl: Unbreak Darwin installs after --libdir change.
Adding --libdir seems innocuous enough, but due to OpenSSL's crazy complicated
build system actually results in LIBDIR becoming unset, which trickles down to
the Darwin -install_name being wrong. This broke the 'openssl' command and
thus many many dependencies.
Switch to $(libdir) instead which appears to still be set correctly.
Files: