mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 05:54:33 +04:00
perl-net-ssleay: Perl Module Net::SSLeay
Perl bindings for OpenSSL and LibreSSL Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Robert Marko
parent
71581bf947
commit
e35fe955d8
11
lang/perl-net-ssleay/patches/001-prefix.patch
Normal file
11
lang/perl-net-ssleay/patches/001-prefix.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user