]> git.pld-linux.org Git - packages/perl-CGI-SpeedyCGI.git/commitdiff
- rel 30; fix build auto/th/perl-CGI-SpeedyCGI-2.22-30
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Jun 2017 11:19:48 +0000 (13:19 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Jun 2017 11:19:48 +0000 (13:19 +0200)
CGI-SpeedyCGI-2.22-Fix-building-on-Perl-without-dot-in-INC.patch [new file with mode: 0644]
perl-CGI-SpeedyCGI.spec

diff --git a/CGI-SpeedyCGI-2.22-Fix-building-on-Perl-without-dot-in-INC.patch b/CGI-SpeedyCGI-2.22-Fix-building-on-Perl-without-dot-in-INC.patch
new file mode 100644 (file)
index 0000000..074806a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -up CGI-SpeedyCGI-2.22/Makefile.PL.orig CGI-SpeedyCGI-2.22/Makefile.PL
+--- CGI-SpeedyCGI-2.22/Makefile.PL.orig        2017-05-16 09:23:56.902717537 +0200
++++ CGI-SpeedyCGI-2.22/Makefile.PL     2017-05-16 09:21:03.489446240 +0200
+@@ -2,7 +2,7 @@
+ use strict;
+ use ExtUtils::MakeMaker;
+ BEGIN {
+-    require 'src/SpeedyMake.pl';
++    require './src/SpeedyMake.pl';
+     import SpeedyMake qw(%write_makefile_common);
+ }
index cd1ab52899a941491b34ee686007194b947043a5..7a83852828a60c4566fe8ed7d503698583de4596 100644 (file)
@@ -13,7 +13,7 @@ Summary:      Speed up perl CGI scripts by running them persistently
 Summary(pl.UTF-8):     Moduł przyspieszający perlowe skrypty CGI
 Name:          perl-CGI-SpeedyCGI
 Version:       2.22
-Release:       29
+Release:       30
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -23,6 +23,7 @@ Patch0:               %{name}-DESTDIR.patch
 Patch1:                %{name}-APXS.patch
 Patch2:                %{name}-debian.patch
 Patch3:                bad-inline.patch
+Patch4:                CGI-SpeedyCGI-2.22-Fix-building-on-Perl-without-dot-in-INC.patch
 URL:           http://daemoninc.com/SpeedyCGI/
 %{?with_apache2:BuildRequires: apache-devel}
 %{?with_apache1:BuildRequires: apache1-devel}
@@ -90,6 +91,7 @@ Moduł apache SpeedyCGI.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__perl} Makefile.PL </dev/null \
This page took 0.035166 seconds and 4 git commands to generate.