sys-cluster/synapse: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-16 11:38:27 +02:00
parent 0da16c4621
commit 7e16916abe
6 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/config/macros.m4
+++ b/config/macros.m4
@@ -327,7 +327,7 @@
dnl Check for libraries.
AC_MSG_CHECKING([for libmrnet and libxplat])
- if test -f ${MRNET_LIBSDIR}/libmrnet.a -a -f ${MRNET_LIBSDIR}/libxplat.a ; then
+ if test -f ${MRNET_LIBSDIR}/libmrnet.so -a -f ${MRNET_LIBSDIR}/libxplat.so ; then
MRNET_LIBS="-lmrnet -lxplat -lpthread -ldl"
MRNET_LIGHT_LIBS="-lmrnet_lightweight -lxplat_lightweight -lpthread -ldl"
AC_SUBST(MRNET_LIBS)