]> git.pld-linux.org Git - packages/pacemaker.git/blame - pacemaker-libs.patch
- added br cluster-glue-libs-devel
[packages/pacemaker.git] / pacemaker-libs.patch
CommitLineData
07ce3f2c
MM
1--- Pacemaker-1-0-Pacemaker-1.0.9.1.orig/lib/pengine/Makefile.am 2010-06-23 20:08:40.000000000 +0200
2+++ Pacemaker-1-0-Pacemaker-1.0.9.1/lib/pengine/Makefile.am 2011-04-28 10:04:50.773343305 +0200
3@@ -31,10 +31,13 @@
4
5 libpe_rules_la_LDFLAGS = -version-info 2:0:0
6 libpe_rules_la_SOURCES = $(rule_files)
7+libpe_rules_la_LIBADD = $(top_builddir)/lib/common/libcrmcommon.la
8
9 libpe_status_la_LDFLAGS = -version-info 2:0:0
10 libpe_status_la_SOURCES = $(rule_files) $(status_files)
11-libpe_status_la_LIBADD = -llrm
69ee3b2e 12+libpe_status_la_LIBADD = -llrm -ltinfo -lncurses \
07ce3f2c
MM
13+ $(top_builddir)/lib/common/libcrmcommon.la \
14+ $(top_builddir)/lib/cib/libcib.la
15
16 clean-generic:
17 rm -f *.log *.debug *~
18--- Pacemaker-1-0-Pacemaker-1.0.9.1.orig/lib/transition/Makefile.am 2010-06-23 20:08:40.000000000 +0200
19+++ Pacemaker-1-0-Pacemaker-1.0.9.1/lib/transition/Makefile.am 2011-04-28 10:06:49.623343760 +0200
20@@ -29,6 +29,7 @@
21
22 libtransitioner_la_LDFLAGS = -version-info 1:0:0
23 libtransitioner_la_CFLAGS = -I$(top_builddir)
24+libtransitioner_la_LIBADD = $(top_builddir)/lib/common/libcrmcommon.la
25
26 clean-generic:
27 rm -f *~
28--- Pacemaker-1-0-Pacemaker-1.0.9.1.orig/lib/Makefile.am 2010-06-23 20:08:40.000000000 +0200
29+++ Pacemaker-1-0-Pacemaker-1.0.9.1/lib/Makefile.am 2011-04-28 10:09:28.876677338 +0200
30@@ -18,7 +18,7 @@
31 MAINTAINERCLEANFILES = Makefile.in
32
33 ## Subdirectories...
34-SUBDIRS = common pengine transition cib fencing plugins
35+SUBDIRS = common cib pengine transition fencing plugins
36 DIST_SUBDIRS = $(SUBDIRS) ais
37
38 if BUILD_AIS_SUPPORT
This page took 0.066975 seconds and 4 git commands to generate.