diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 13:49:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 20:07:15 +0000 |
commit | b080aa03903097ff0b70c71506e4f839a9bbe8c8 (patch) | |
tree | bb47bf2a705f597d7f62488ad5dbe1064559cb20 /main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch | |
parent | aa20572fc6299ef68e894f695d279f053c55f331 (diff) | |
download | aports-b080aa03903097ff0b70c71506e4f839a9bbe8c8.tar.bz2 aports-b080aa03903097ff0b70c71506e4f839a9bbe8c8.tar.xz |
main/perl-crypt-ssleay: rebuild against perl 5.26
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.patch | 11 |
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 |