]> git.pld-linux.org Git - packages/pacemaker.git/blame - pacemaker-libs.patch
- /lib/heartbeat/crm directory is needed by Pacemaker even without heartbeat
[packages/pacemaker.git] / pacemaker-libs.patch
CommitLineData
da3fb05a
JK
1diff -dur ClusterLabs-pacemaker-b5b0a7b.orig/lib/Makefile.am ClusterLabs-pacemaker-b5b0a7b/lib/Makefile.am
2--- ClusterLabs-pacemaker-b5b0a7b.orig/lib/Makefile.am 2012-03-28 08:14:13.000000000 +0200
3+++ ClusterLabs-pacemaker-b5b0a7b/lib/Makefile.am 2012-06-06 08:26:09.000000000 +0200
4@@ -39,7 +39,7 @@
5 rm -f *.pc
6
7 ## Subdirectories...
8-SUBDIRS = common pengine transition cib fencing cluster plugins
9+SUBDIRS = common pengine cib transition fencing cluster plugins
10 DIST_SUBDIRS = $(SUBDIRS) ais
11
12 if BUILD_CS_PLUGIN
13diff -dur ClusterLabs-pacemaker-b5b0a7b.orig/lib/pengine/Makefile.am ClusterLabs-pacemaker-b5b0a7b/lib/pengine/Makefile.am
14--- ClusterLabs-pacemaker-b5b0a7b.orig/lib/pengine/Makefile.am 2012-03-28 08:14:13.000000000 +0200
15+++ ClusterLabs-pacemaker-b5b0a7b/lib/pengine/Makefile.am 2012-06-06 08:28:21.000000000 +0200
16@@ -31,10 +31,12 @@
07ce3f2c
MM
17
18 libpe_rules_la_LDFLAGS = -version-info 2:0:0
da3fb05a 19 libpe_rules_la_SOURCES = $(rule_files)
07ce3f2c
MM
20+libpe_rules_la_LIBADD = $(top_builddir)/lib/common/libcrmcommon.la
21
da3fb05a 22 libpe_status_la_LDFLAGS = -version-info 3:0:0
07ce3f2c 23 libpe_status_la_SOURCES = $(rule_files) $(status_files)
da3fb05a
JK
24-libpe_status_la_LIBADD = -llrm @CURSESLIBS@
25+libpe_status_la_LIBADD = -llrm @CURSESLIBS@ \
26+ $(top_builddir)/lib/common/libcrmcommon.la
07ce3f2c
MM
27
28 clean-generic:
29 rm -f *.log *.debug *~
da3fb05a
JK
30diff -dur ClusterLabs-pacemaker-b5b0a7b.orig/lib/transition/Makefile.am ClusterLabs-pacemaker-b5b0a7b/lib/transition/Makefile.am
31--- ClusterLabs-pacemaker-b5b0a7b.orig/lib/transition/Makefile.am 2012-03-28 08:14:13.000000000 +0200
32+++ ClusterLabs-pacemaker-b5b0a7b/lib/transition/Makefile.am 2012-06-06 08:22:40.000000000 +0200
07ce3f2c
MM
33@@ -29,6 +29,7 @@
34
35 libtransitioner_la_LDFLAGS = -version-info 1:0:0
36 libtransitioner_la_CFLAGS = -I$(top_builddir)
37+libtransitioner_la_LIBADD = $(top_builddir)/lib/common/libcrmcommon.la
38
39 clean-generic:
40 rm -f *~
This page took 0.031905 seconds and 4 git commands to generate.