aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch')
-rw-r--r--main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch b/main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
new file mode 100644
index 0000000000..7073b10a20
--- /dev/null
+++ b/main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
@@ -0,0 +1,11 @@
+diff -up Crypt-SSLeay-0.72/Makefile.PL.orig Crypt-SSLeay-0.72/Makefile.PL
+--- Crypt-SSLeay-0.72/Makefile.PL.orig 2017-05-16 13:44:37.511126314 +0200
++++ Crypt-SSLeay-0.72/Makefile.PL 2017-05-16 13:45:31.141903223 +0200
+@@ -8,6 +8,7 @@ use Getopt::Long qw( GetOptionsFromArray
+ use Path::Class;
+ use Try::Tiny;
+
++BEGIN { push @INC, '.'; }
+ use inc::IO::Interactive::Tiny;
+
+ caller