forked from pool/FastCGI
Accepting request 528487 from home:coolo:branches:openSUSE:Factory
- add FastCGI-perl526.patch as perl 5.26 no longer has . in @INC OBS-URL: https://build.opensuse.org/request/show/528487 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=40
This commit is contained in:
parent
6bb0867dd5
commit
259a92e6cc
13
FastCGI-perl526.patch
Normal file
13
FastCGI-perl526.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: fcgi-2.4.0/perl/FCGI.PL
|
||||||
|
===================================================================
|
||||||
|
--- fcgi-2.4.0.orig/perl/FCGI.PL
|
||||||
|
+++ fcgi-2.4.0/perl/FCGI.PL
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
use Config;
|
||||||
|
use ExtUtils::MakeMaker;
|
||||||
|
|
||||||
|
-do 'FCGI.cfg' or die "no FCGI.cfg";
|
||||||
|
+do './FCGI.cfg' or die "no FCGI.cfg";
|
||||||
|
|
||||||
|
open OUT, ">FCGI.pm";
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 24 08:10:16 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- add FastCGI-perl526.patch as perl 5.26 no longer has . in @INC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 20 11:57:22 UTC 2014 - jengelh@inai.de
|
Sat Dec 20 11:57:22 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package FastCGI
|
# spec file for package FastCGI
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,7 @@ Patch3: fastcgi-2.4.0_missing_call_to_fclose.patch
|
|||||||
Patch4: FastCGI-gcc44.patch
|
Patch4: FastCGI-gcc44.patch
|
||||||
Patch5: FastCGI-perl514.patch
|
Patch5: FastCGI-perl514.patch
|
||||||
Patch6: FastCGI-fix_deprecated_api.patch
|
Patch6: FastCGI-fix_deprecated_api.patch
|
||||||
|
Patch7: FastCGI-perl526.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -89,6 +90,7 @@ APIs.
|
|||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
|
%patch7 -p1
|
||||||
touch NEWS AUTHORS ChangeLog COPYING
|
touch NEWS AUTHORS ChangeLog COPYING
|
||||||
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644
|
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user