packages: lighttpd/lighttpd.spec, lighttpd/am-old.patch (NEW) - fix build w...

glen glen at pld-linux.org
Tue Dec 1 17:06:09 CET 2009


Author: glen                         Date: Tue Dec  1 16:06:09 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build with older automake

---- Files affected:
packages/lighttpd:
   lighttpd.spec (1.316 -> 1.317) , am-old.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lighttpd/lighttpd.spec
diff -u packages/lighttpd/lighttpd.spec:1.316 packages/lighttpd/lighttpd.spec:1.317
--- packages/lighttpd/lighttpd.spec:1.316	Mon Nov 30 12:20:09 2009
+++ packages/lighttpd/lighttpd.spec	Tue Dec  1 17:06:03 2009
@@ -92,10 +92,11 @@
 Patch3:		%{name}-branding.patch
 Patch4:		%{name}-modinit-before-fork.patch
 Patch5:		%{name}-mod_deflate.patch
+Patch6:		am-old.patch
 #Patch8:		%{name}-errorlog-before-fork.patch
 URL:		http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:	attr-devel}
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	bzip2-devel
 BuildRequires:	fcgi-devel
@@ -818,6 +819,7 @@
 %patch2 -p1
 %patch3 -p1
 %{?with_deflate:%patch5 -p1}
+%patch6 -p1
 
 rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
 
@@ -1303,6 +1305,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.317  2009/12/01 16:06:03  glen
+- fix build with older automake
+
 Revision 1.316  2009/11/30 11:20:09  glen
 - release 2
 

================================================================
Index: packages/lighttpd/am-old.patch
diff -u /dev/null packages/lighttpd/am-old.patch:1.1
--- /dev/null	Tue Dec  1 17:06:09 2009
+++ packages/lighttpd/am-old.patch	Tue Dec  1 17:06:03 2009
@@ -0,0 +1,13 @@
+--- lighttpd-1.4.25/configure.ac	2009-11-21 15:11:50.000000000 +0000
++++ lighttpd-1.4.24/configure.ac	2009-09-01 18:34:54.000000000 +0000
+@@ -5,9 +5,8 @@
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+ AC_CANONICAL_TARGET
+ 
+-AM_INIT_AUTOMAKE([-Wall -Wportability -Wno-override -Werror foreign dist-bzip2 tar-ustar silent-rules color-tests])
+-AM_SILENT_RULES
++AM_INIT_AUTOMAKE([-Wall -Wportability -Wno-override -Werror foreign dist-bzip2 tar-ustar])
+ 
+ # Checks for programs.
+ AC_PROG_CC
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd.spec?r1=1.316&r2=1.317&f=u



More information about the pld-cvs-commit mailing list