public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* Cluster Project branch, master, updated. cluster-2.99.05-54-g8f1689a
@ 2008-07-07 19:21 teigland
  0 siblings, 0 replies; only message in thread
From: teigland @ 2008-07-07 19:21 UTC (permalink / raw)
  To: cluster-cvs, cluster-devel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-07 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-07 19:21 Cluster Project branch, master, updated. cluster-2.99.05-54-g8f1689a teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).