[packages/perl-FCGI] - fix building with automake 1.13 - rel 3

baggins baggins at pld-linux.org
Mon Jun 10 15:20:25 CEST 2013


commit d48981cee0e5078a152c780593b9e2b591a1b68e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jun 10 15:20:13 2013 +0200

    - fix building with automake 1.13
    - rel 3

 am.patch       | 11 +++++++++++
 perl-FCGI.spec |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/perl-FCGI.spec b/perl-FCGI.spec
index 74843c7..fd4aeb9 100644
--- a/perl-FCGI.spec
+++ b/perl-FCGI.spec
@@ -8,12 +8,13 @@ Summary:	FCGI - Fast CGI module
 Summary(pl.UTF-8):	FCGI - szybki moduł CGI
 Name:		perl-FCGI
 Version:	0.74
-Release:	2
+Release:	3
 License:	BSD-like
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/FCGI/FCGI-%{version}.tar.gz
 # Source0-md5:	462a77a0072480fea791a4d3095eb486
 Source1:	%{name}-acinclude.m4
+Patch0:		am.patch
 URL:		http://search.cpan.org/dist/FCGI/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -32,6 +33,7 @@ FastCGI Developer's Kit, ale nie wymaga rekompilacji Perla.
 
 %prep
 %setup -q -n %{pdir}-%{version}
+%patch0 -p1
 cp -f %{SOURCE1} acinclude.m4
 
 %build
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..d44b3ed
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,11 @@
+--- FCGI-0.74/configure.in~	2010-07-14 17:48:15.000000000 +0200
++++ FCGI-0.74/configure.in	2013-06-10 15:19:29.445809407 +0200
+@@ -6,7 +6,7 @@
+ 
+ AC_INIT
+ 
+-AM_CONFIG_HEADER([fcgi_config.h])
++AC_CONFIG_HEADERS([fcgi_config.h])
+ 
+ AC_PROG_CC
+ AC_PROG_CPP 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-FCGI.git/commitdiff/d48981cee0e5078a152c780593b9e2b591a1b68e



More information about the pld-cvs-commit mailing list