diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-27 16:01:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-27 16:01:06 +0100 |
commit | 4ad3a84aa7434f618c7353b1215481f661ae6c26 (patch) | |
tree | 70f59e0c016e470a1da833f6dbdbf77279dee19e /package/cluster-glue/patches/patch-lib_clplumbing_Makefile_in | |
parent | 8d84c5e5cbf61e156ff29ddd44eb7e850686b706 (diff) |
update to latest version
Diffstat (limited to 'package/cluster-glue/patches/patch-lib_clplumbing_Makefile_in')
-rw-r--r-- | package/cluster-glue/patches/patch-lib_clplumbing_Makefile_in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/cluster-glue/patches/patch-lib_clplumbing_Makefile_in b/package/cluster-glue/patches/patch-lib_clplumbing_Makefile_in new file mode 100644 index 000000000..203ebc6b1 --- /dev/null +++ b/package/cluster-glue/patches/patch-lib_clplumbing_Makefile_in @@ -0,0 +1,20 @@ +--- cluster-glue-1.0.11.orig/lib/clplumbing/Makefile.in 2013-02-27 15:20:39.000000000 +0100 ++++ cluster-glue-1.0.11/lib/clplumbing/Makefile.in 2013-02-27 15:38:14.000000000 +0100 +@@ -121,6 +121,7 @@ PROGRAMS = $(test_PROGRAMS) + am_base64_md5_test_OBJECTS = base64_md5_test.$(OBJEXT) + base64_md5_test_OBJECTS = $(am_base64_md5_test_OBJECTS) + base64_md5_test_DEPENDENCIES = libplumb.la \ ++ $(top_builddir)/lib/pils/libpils.la \ + $(top_builddir)/replace/libreplace.la + am_ipctest_OBJECTS = ipctest.$(OBJEXT) + ipctest_OBJECTS = $(am_ipctest_OBJECTS) +@@ -454,7 +455,8 @@ ipctransientserver_LDADD = libplumb.la $ + #netstring_test_SOURCES = netstring_test.c + #netstring_test_LDADD = libplumb.la $(top_builddir)/replace/libreplace.la libhbclient.la $(gliblib) + base64_md5_test_SOURCES = base64_md5_test.c +-base64_md5_test_LDADD = libplumb.la $(top_builddir)/replace/libreplace.la $(GLIBLIB) ++base64_md5_test_LDADD = libplumb.la $(top_builddir)/replace/libreplace.la $(GLIBLIB) \ ++ $(top_builddir)/lib/pils/libpils.la + EXTRA_DIST = $(test_SCRIPTS) + all: all-am + |