summaryrefslogtreecommitdiff
path: root/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch
blob: 49e575835db2d2e2df6d53ac9858f39d2dfc41f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 11b70a6e74a8705d40ffb7b277c96c5e2d896cf9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org>
Date: Thu, 6 Jul 2017 04:58:22 +1200
Subject: Add build fix for Perl 5.26, bug 623008

Bug: https://bugs.gentoo.org/623008
Bug: https://github.com/rkitover/net-ssh2/pull/42
---
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.PL b/Makefile.PL
index 6b9d6d5..7bd8094 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib q[.];
 use inc::Module::Install 0.91;
 use Cwd;
 use Config;
-- 
2.14.3