Hi Steven,

when we first fixed logsys to use phtread_atfork, we did change a few
linking bits here and there but we forgot the most important one.

This fix is absolutely required to build on some architectures like
powerpc64.

Please apply.

Fabio

--
I'm going to make him an offer he can't refuse.
Index: exec/Makefile
===================================================================
--- exec/Makefile       (revision 1548)
+++ exec/Makefile       (working copy)
@@ -198,7 +198,7 @@
        $(CC) $(LDFLAGS) -shared -Wl,-soname,libtotem_pg.so.2 $(TOTEM_OBJS) -o 
$@
 
 liblogsys.so.2.0.0: $(LIBLOGSYS_OBJS)
-       $(CC) $(LDFLAGS) -shared -Wl,-soname,liblogsys.so.2 $(LOGSYS_OBJS) -o $@
+       $(CC) -shared -Wl,-soname,liblogsys.so.2 $(LOGSYS_OBJS) -o $@ $(LDFLAGS)
 
 endif
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to