diff options
Diffstat (limited to 'package/cluster-glue/patches')
-rw-r--r-- | package/cluster-glue/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cluster-glue/patches/patch-Makefile_in b/package/cluster-glue/patches/patch-Makefile_in new file mode 100644 index 000000000..5fe714457 --- /dev/null +++ b/package/cluster-glue/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- cluster-glue-1.0.7.orig/Makefile.in 2011-05-24 14:40:31.000000000 +0200 ++++ cluster-glue-1.0.7/Makefile.in 2012-03-17 01:31:46.039012581 +0100 +@@ -319,7 +319,7 @@ top_srcdir = @top_srcdir@ + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure DRF/config-h.in \ + DRF/stamp-h.in libtool.m4 ltdl.m4 libltdl.tar + +-SUBDIRS = include $(LIBLTDL_DIR) replace lib lrm logd hb_report doc ++SUBDIRS = include $(LIBLTDL_DIR) replace lib lrm logd hb_report + all: all-recursive + + .SUFFIXES: |