Dirk Mueller
259a92e6cc
- 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
14 lines
320 B
Diff
14 lines
320 B
Diff
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";
|
|
|