Posted by Anonymous on Mon 13th Aug 21:02
download
- diff --git a/configure.ac b/configure.ac
- index 91126e2..0ebe852 100644
- --- a/configure.ac
- +++ b/configure.ac
- -258,6 +258,7 @@ if test "x${enable_corosync}" = xyes; then
- PKG_CHECK_MODULES([corosync],[corosync])
- PKG_CHECK_MODULES([libcpg],[libcpg])
- PKG_CHECK_MODULES([libcfg],[libcfg])
- + PKG_CHECK_MODULES([libcoroipcc],[libcoroipcc])
- AC_DEFINE_UNQUOTED([HAVE_COROSYNC], 1, [have corosync])
- PACKAGE_FEATURES="$PACKAGE_FEATURES corosync"
- fi
- diff --git a/sheep/Makefile.am b/sheep/Makefile.am
- index 16c79f0..f425190 100644
- --- a/sheep/Makefile.am
- +++ b/sheep/Makefile.am
- -45,7 +45,7 @@ sheep_SOURCES += trace/trace.c trace/mcount.S trace/stabs.c trace/graph.c
- endif
- sheep_LDADD = ../lib/libsheepdog.a -lpthread \
- - $(libcpg_LIBS) $(libcfg_LIBS) $(libacrd_LIBS) $(LIBS)
- + $(libcpg_LIBS) $(libcfg_LIBS) $(libacrd_LIBS) $(libcoroipcc_LIBS) $(LIBS)
- sheep_DEPENDENCIES = ../lib/libsheepdog.a
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.