From d7fdcacc9005d545bc4b4ce40a904ebe3fad7cf7 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 20 May 2008 16:26:16 +0000 Subject: [PATCH] Fix linking of other projects against logsys on ppc64. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1550 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/Makefile b/exec/Makefile index 5c6bc9c4..bf849810 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -198,7 +198,7 @@ libtotem_pg.so.2.0.0: $(TOTEM_OBJS) $(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