[packages/libapreq2] - fix build with automake 1.13

baggins baggins at pld-linux.org
Sun May 5 19:36:12 CEST 2013


commit a17355f72a2287faaa598f35f16f71067268aa38
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 5 19:35:54 2013 +0200

    - fix build with automake 1.13

 am.patch       | 11 +++++++++++
 libapreq2.spec |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/libapreq2.spec b/libapreq2.spec
index 742b259..1be3fc4 100644
--- a/libapreq2.spec
+++ b/libapreq2.spec
@@ -16,6 +16,7 @@ Group:		Libraries
 Source0:	http://www.apache.org/dist/httpd/libapreq/%{name}-%{version}.tar.gz
 # Source0-md5:	c11fb0861aa84dcc6cd0f0798b045eee
 Source1:	apache-mod_apreq2.conf
+Patch0:		am.patch
 URL:		http://httpd.apache.org/apreq/
 BuildRequires:	%{apxs}
 BuildRequires:	apache-base >= 2.0.46
@@ -104,6 +105,7 @@ Moduł mod_apreq2 do serwera Apache.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..8289a7b
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,11 @@
+--- libapreq2-2.13/configure.ac~	2010-11-25 20:11:28.000000000 +0100
++++ libapreq2-2.13/configure.ac	2013-05-05 19:34:55.905616507 +0200
+@@ -27,7 +27,7 @@
+ AM_MAINTAINER_MODE
+ 
+ dnl Checks for header files.
+-AM_CONFIG_HEADER(include/apreq_config.h)
++AC_CONFIG_HEADERS(include/apreq_config.h)
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ dnl Checks for library functions.
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libapreq2.git/commitdiff/a17355f72a2287faaa598f35f16f71067268aa38



More information about the pld-cvs-commit mailing list