diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-05 14:09:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-05 14:09:36 +0100 |
commit | 9b6a74781eba7e0bf82beae7915e6aff5faf644c (patch) | |
tree | aa536cca587427dd051096a4351e216af2f316aa /package/pacemaker/patches/patch-cib_Makefile_in | |
parent | 4b9feb784c89a74ec41bf134680e8d3e7f072507 (diff) | |
parent | a3cff7cc19f3ba9d51a46939d678c132e72248c7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pacemaker/patches/patch-cib_Makefile_in')
-rw-r--r-- | package/pacemaker/patches/patch-cib_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pacemaker/patches/patch-cib_Makefile_in b/package/pacemaker/patches/patch-cib_Makefile_in new file mode 100644 index 000000000..c95cdf227 --- /dev/null +++ b/package/pacemaker/patches/patch-cib_Makefile_in @@ -0,0 +1,11 @@ +--- pacemaker-1.1.8.orig/cib/Makefile.in 2013-02-28 11:07:10.000000000 +0100 ++++ pacemaker-1.1.8/cib/Makefile.in 2013-02-28 11:23:15.000000000 +0100 +@@ -450,6 +450,8 @@ hadir = $(sysconfdir)/ha.d + halibdir = $(CRM_DAEMON_DIR) + commmoddir = $(halibdir)/modules/comm + COMMONLIBS = $(top_builddir)/lib/common/libcrmcommon.la \ ++ $(top_builddir)/lib/fencing/libstonithd.la \ ++ $(top_builddir)/lib/pengine/libpe_rules.la \ + $(top_builddir)/lib/cib/libcib.la + + @BUILD_HELP_TRUE@man8_MANS = |