From 4ad3a84aa7434f618c7353b1215481f661ae6c26 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Feb 2013 16:01:06 +0100 Subject: update to latest version --- .../cluster-glue/patches/patch-lib_stonith_Makefile_in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/cluster-glue/patches/patch-lib_stonith_Makefile_in (limited to 'package/cluster-glue/patches/patch-lib_stonith_Makefile_in') diff --git a/package/cluster-glue/patches/patch-lib_stonith_Makefile_in b/package/cluster-glue/patches/patch-lib_stonith_Makefile_in new file mode 100644 index 000000000..d5558f681 --- /dev/null +++ b/package/cluster-glue/patches/patch-lib_stonith_Makefile_in @@ -0,0 +1,18 @@ +--- cluster-glue-1.0.11.orig/lib/stonith/Makefile.in 2013-02-27 15:20:40.000000000 +0100 ++++ cluster-glue-1.0.11/lib/stonith/Makefile.in 2013-02-27 15:39:57.000000000 +0100 +@@ -111,6 +111,7 @@ meatclient_DEPENDENCIES = + am_sbd_OBJECTS = sbd-sbd-md.$(OBJEXT) sbd-sbd-common.$(OBJEXT) + sbd_OBJECTS = $(am_sbd_OBJECTS) + sbd_DEPENDENCIES = $(top_builddir)/lib/clplumbing/libplumb.la \ ++ $(top_builddir)/lib/pils/libpils.la \ + $(top_builddir)/lib/clplumbing/libplumbgpl.la + sbd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(sbd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ +@@ -385,6 +386,7 @@ sbd_SOURCES = sbd-md.c sbd-common.c + sbd_CFLAGS = -D_GNU_SOURCE + sbd_LDADD = $(GLIBLIB) -laio \ + $(top_builddir)/lib/clplumbing/libplumb.la \ ++ $(top_builddir)/lib/pils/libpils.la \ + $(top_builddir)/lib/clplumbing/libplumbgpl.la + + lib_LTLIBRARIES = libstonith.la -- cgit v1.2.3