mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sys-cluster/synapse: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user