dev-perl/Crypt-OpenSSL-RSA: Search for OpenSSL in specific location

Crypt-OpenSSL-Guess looks for OpenSSL in a bunch of random places, which
we want to avoid. Specifying it this way also fixes cross-compiling, at
least when combined with other fixes.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
James Le Cuirot
2022-11-14 23:07:25 +00:00
committed by Sam James
parent 544b6f687f
commit c03f68eb36

View File

@@ -37,3 +37,5 @@ PERL_RM_FILES=(
)
mydoc="rfc*.txt"
export OPENSSL_PREFIX="${ESYSROOT}/usr"