]> git.pld-linux.org Git - packages/perl-libintl.git/blame - libintl-perl-1.26-Fix-building-on-Perl-without-.-in-INC.patch
- rel 4; fix builds
[packages/perl-libintl.git] / libintl-perl-1.26-Fix-building-on-Perl-without-.-in-INC.patch
CommitLineData
436cbff4
AM
1From 70ca3b6f3e6b02bec419e944a937fd1b19b0decc Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
3Date: Mon, 15 May 2017 14:26:38 +0200
4Subject: [PATCH] Fix building on Perl without "." in @INC
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9CPAN RT#120446
10
11Signed-off-by: Petr Písař <ppisar@redhat.com>
12---
13 Makefile.PL | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/Makefile.PL b/Makefile.PL
17index 898040d..5b25425 100644
18--- a/Makefile.PL
19+++ b/Makefile.PL
20@@ -182,7 +182,7 @@ sub tools_other
21 my $fragment = $self->SUPER::tools_other (@_);
22
23 $fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install
24- /MOD_INSTALL =$1-MMyInstall/msx;
25+ /MOD_INSTALL =$1-I. -MMyInstall/msx;
26
27 return $fragment;
28 }
29--
302.9.4
31
This page took 0.07362 seconds and 4 git commands to generate.