]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- fix build with older automake auto/ac/lighttpd-1_4_25-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Dec 2009 16:06:03 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    am-old.patch -> 1.1
    lighttpd.spec -> 1.317

am-old.patch [new file with mode: 0644]
lighttpd.spec

diff --git a/am-old.patch b/am-old.patch
new file mode 100644 (file)
index 0000000..3343f6d
--- /dev/null
@@ -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
index 604108d6984419678c6c0c64b469d0fab4e29dd5..d59498b0d27e925d47fa50002ec02b4f7842b3ab 100644 (file)
@@ -91,10 +91,11 @@ Patch2:             %{name}-mod_h264_streaming.patch
 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
@@ -817,6 +818,7 @@ Plik monitrc do monitorowania serwera www lighttpd.
 %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
 
This page took 0.157427 seconds and 4 git commands to generate.