]> git.pld-linux.org Git - packages/libapreq2.git/commitdiff
- fix build with automake 1.13 auto/th/libapreq2-2.13-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 May 2013 17:35:54 +0000 (19:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 5 May 2013 17:35:54 +0000 (19:35 +0200)
am.patch [new file with mode: 0644]
libapreq2.spec

diff --git a/am.patch b/am.patch
new file mode 100644 (file)
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.
index 742b2592d463088ccdb4d12b4030e83a51d1186c..1be3fc4c1b3c33c5f0d274acbf5f0edf45885986 100644 (file)
@@ -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}
This page took 0.163171 seconds and 4 git commands to generate.