Cluster Project branch, master, updated. cluster-2.99.05-54-g8f1689a

teigland@sourceware.org teigland@sourceware.org
Mon Jul 7 19:21:00 GMT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=8f1689a1cfc859aa3307ff92e06242d32f2c5f8a

The branch, master has been updated
       via  8f1689a1cfc859aa3307ff92e06242d32f2c5f8a (commit)
      from  04a1dd8398d334015a26de5cabd76bece0e0a764 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f1689a1cfc859aa3307ff92e06242d32f2c5f8a
Author: David Teigland <teigland@redhat.com>
Date:   Mon Jul 7 14:13:24 2008 -0500

    fenced: link with liblogsys
    
    Makefile was missing -llogsys and had duplicate -lcpg
    
    Signed-off-by: David Teigland <teigland@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 fence/fenced/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/fenced/Makefile b/fence/fenced/Makefile
index 61ec989..7804224 100644
--- a/fence/fenced/Makefile
+++ b/fence/fenced/Makefile
@@ -24,7 +24,7 @@ CFLAGS += -I$(S) -I$(S)/../include -I$(S)/../libfenced -I$(SRCDIR)/group/lib
 CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -L${openaislibdir} -lccs -lcman -lcpg
-LDFLAGS += -L${fencelibdir} -L${openaislibdir} -lfence -lcpg -lpthread
+LDFLAGS += -L${fencelibdir} -L${openaislibdir} -lfence -llogsys -lpthread
 LDFLAGS += -L../../group/lib -l group
 
 


hooks/post-receive
--
Cluster Project



More information about the Cluster-cvs mailing list