0
0
mirror of https://github.com/openwrt/packages.git synced 2025-10-03 18:40:08 +00:00
Files
packages/lang/perl/perl-net-ssleay/patches/001-prefix.patch
Josef Schlehofer e9f4aa38ef treewide: move all perl packages into its own folder
This makes it in sync with Python packages.
Python packages has its own place in /lang/python
Perl does not, so this fixes it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-07-06 16:21:08 +02:00

12 lines
417 B
Diff

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,6 +12,8 @@ use File::Spec::Functions qw(catfile);
use Symbol qw(gensym);
use Text::Wrap;
+$ENV{OPENSSL_PREFIX} = $ENV{STAGING_PREFIX};
+
# According to http://cpanwiki.grango.org/wiki/CPANAuthorNotes, the ideal
# behaviour to exhibit when a prerequisite does not exist is to use exit code 0
# to ensure smoke testers stop immediately without reporting a FAIL; in all