]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
-automake.patch added
authorJacek Konieczny <jajcus@jajcus.net>
Fri, 21 Jun 2013 19:28:09 +0000 (21:28 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Fri, 21 Jun 2013 19:28:09 +0000 (21:28 +0200)
fixes compatibility with current autpmake by replacing AM_CONFIG_HEADER
with AC_CONFIG_HEADERS

pacemaker-automake.patch [new file with mode: 0644]
pacemaker.spec

diff --git a/pacemaker-automake.patch b/pacemaker-automake.patch
new file mode 100644 (file)
index 0000000..736ccc1
--- /dev/null
@@ -0,0 +1,12 @@
+diff -dur pacemaker-Pacemaker-1.1.9.orig/configure.ac pacemaker-Pacemaker-1.1.9/configure.ac
+--- pacemaker-Pacemaker-1.1.9.orig/configure.ac        2013-03-08 11:48:01.000000000 +0100
++++ pacemaker-Pacemaker-1.1.9/configure.ac     2013-06-21 20:48:16.759547334 +0200
+@@ -42,7 +42,7 @@
+ dnl     new defines
+ dnl   - Should not include HAVE_* defines
+ dnl   - Safe to include anywhere
+-AM_CONFIG_HEADER(include/config.h include/crm_config.h)
++AC_CONFIG_HEADERS(include/config.h include/crm_config.h)
+ ALL_LINGUAS="en fr"
+ AC_ARG_WITH(version,
index cde2a6a015687368ade46c1c73e0c588a0e272ea..9071412fb93035ce1da3ff748d769237a41be20d 100644 (file)
@@ -13,6 +13,7 @@ Source1:      %{name}.tmpfiles
 Source2:       %{name}.init
 Source3:       %{name}.service
 Patch0:                %{name}-libs.patch
+Patch1:                %{name}-automake.patch
 URL:           http://clusterlabs.org/wiki/Main_Page
 BuildRequires: asciidoc
 BuildRequires: autoconf
@@ -122,6 +123,7 @@ Static Pacemaker libraries.
 %prep
 %setup -qn pacemaker-Pacemaker-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.546075 seconds and 4 git commands to generate.