Files
gentoo/dev-perl/Net-SSLeay/files/Net-SSLeay-1.940.0-avoid-runtime-check.patch
Luca Barbato 7468675877 dev-perl/Net-SSLeay: Remove a runtime check for the libssl version
It breaks cross-emerge and should be redundant for us.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2024-06-29 21:26:15 +02:00

27 lines
676 B
Diff

From 5219e8c5181b3a819b89032766340d5c1b11c3c5 Mon Sep 17 00:00:00 2001
From: Luca Barbato <lu_zero@gentoo.org>
Date: Sat, 29 Jun 2024 21:10:06 +0200
Subject: [PATCH] Remove the runtime check
Makes simpler to cross-build. At least for Gentoo it is fine since we
control the versions on our own.
---
Makefile.PL | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.PL b/Makefile.PL
index 94c72f2..d4b1aea 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -196,7 +196,6 @@ EOM
exit MISSING_PREREQ;
}
- check_openssl_version($prefix, $exec);
my %args = (
CCCDLFLAGS => $opts->{cccdlflags},
OPTIMIZE => $opts->{optimize},
--
2.45.2