diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
commit | 7744992874e623136797febd669b5b40e0a18178 (patch) | |
tree | 39bb948e06271e76586906c60466be421120ff55 /package/pacemaker/patches/patch-mcp_Makefile_in | |
parent | 4a619c92b7a63e852a019186ece93a76eeea4acf (diff) | |
parent | 2261e8e2b3cda815ac79bd934756b94a3fa67fe5 (diff) |
Merge branch 'master' of git://www.openadk.org/git/openadk
Diffstat (limited to 'package/pacemaker/patches/patch-mcp_Makefile_in')
-rw-r--r-- | package/pacemaker/patches/patch-mcp_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pacemaker/patches/patch-mcp_Makefile_in b/package/pacemaker/patches/patch-mcp_Makefile_in new file mode 100644 index 000000000..a3e72277e --- /dev/null +++ b/package/pacemaker/patches/patch-mcp_Makefile_in @@ -0,0 +1,11 @@ +--- pacemaker-1.1.8.orig/mcp/Makefile.in 2013-02-28 11:07:13.000000000 +0100 ++++ pacemaker-1.1.8/mcp/Makefile.in 2013-02-28 11:18:34.000000000 +0100 +@@ -456,7 +456,7 @@ MAINTAINERCLEANFILES = Makefile.in + @BUILD_CS_SUPPORT_TRUE@@HAVE_SYSTEMD_TRUE@systemdunit_DATA = pacemaker.service + @BUILD_CS_SUPPORT_TRUE@noinst_HEADERS = + @BUILD_CS_SUPPORT_TRUE@pacemakerd_SOURCES = pacemaker.c corosync.c +-@BUILD_CS_SUPPORT_TRUE@pacemakerd_LDADD = $(top_builddir)/lib/cluster/libcrmcluster.la $(top_builddir)/lib/common/libcrmcommon.la ++@BUILD_CS_SUPPORT_TRUE@pacemakerd_LDADD = $(top_builddir)/lib/cluster/libcrmcluster.la $(top_builddir)/lib/common/libcrmcommon.la $(top_builddir)/lib/fencing/libstonithd.la + @BUILD_CS_SUPPORT_TRUE@pacemakerd_LDFLAGS = $(CLUSTERLIBS) + all: all-am + |