summaryrefslogtreecommitdiff
path: root/package/pacemaker/patches/patch-lrmd_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-07 21:15:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-07 21:15:07 +0200
commit8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch)
tree9056f551fb856c07da87b53e0c04c756f58eb36b /package/pacemaker/patches/patch-lrmd_Makefile_in
parent20341b4098547b4f1f8e80103d2d7e72069f731c (diff)
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/pacemaker/patches/patch-lrmd_Makefile_in')
-rw-r--r--package/pacemaker/patches/patch-lrmd_Makefile_in19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/pacemaker/patches/patch-lrmd_Makefile_in b/package/pacemaker/patches/patch-lrmd_Makefile_in
deleted file mode 100644
index c30d80227..000000000
--- a/package/pacemaker/patches/patch-lrmd_Makefile_in
+++ /dev/null
@@ -1,19 +0,0 @@
---- pacemaker-1.1.8.orig/lrmd/Makefile.in 2013-02-28 11:07:12.000000000 +0100
-+++ pacemaker-1.1.8/lrmd/Makefile.in 2013-02-28 12:16:59.000000000 +0100
-@@ -455,11 +455,14 @@ lrmdlibdir = $(CRM_DAEMON_DIR)
- lrmd_SOURCES = main.c lrmd.c tls_backend.c
- lrmd_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
- $(top_builddir)/lib/services/libcrmservice.la \
-- $(top_builddir)/lib/lrmd/liblrmd.la \
-- $(top_builddir)/lib/fencing/libstonithd.la
-+ $(top_builddir)/lib/pengine/libpe_rules.la \
-+ $(top_builddir)/lib/fencing/libstonithd.la \
-+ $(top_builddir)/lib/lrmd/liblrmd.la
-
- lrmd_test_SOURCES = test.c
- lrmd_test_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
-+ $(top_builddir)/lib/pengine/libpe_rules.la \
-+ $(top_builddir)/lib/fencing/libstonithd.la \
- $(top_builddir)/lib/lrmd/liblrmd.la \
- $(top_builddir)/lib/cib/libcib.la \
- $(top_builddir)/lib/services/libcrmservice.la \