FastCGI/FastCGI-perl526.patch
Dirk Mueller f9cfc2be1c Accepting request 1174150 from home:dimstar:Factory
- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.
- Rebase FastCGI-perl526.patch to apply with -p0, like all the
  other patches.

OBS-URL: https://build.opensuse.org/request/show/1174150
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=44
2024-06-02 10:00:46 +00:00

14 lines
293 B
Diff

Index: fcgi-2.4.0/perl/FCGI.PL
===================================================================
--- perl/FCGI.PL
+++ 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";