Accepting request 528599 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/528599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2017-10-02 14:43:46 +00:00 committed by Git OBS Bridge
commit 5b3bae058f
3 changed files with 21 additions and 1 deletions

13
FastCGI-perl526.patch Normal file
View 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";

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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
Patch5: FastCGI-perl514.patch
Patch6: FastCGI-fix_deprecated_api.patch
Patch7: FastCGI-perl526.patch
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: perl
@ -89,6 +90,7 @@ APIs.
%patch4
%patch5
%patch6
%patch7 -p1
touch NEWS AUTHORS ChangeLog COPYING
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644