From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 7 Jul 2008 19:21:10 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.05-54-g8f1689a Message-ID: <20080707192110.2204.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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 ----------------------------------------------------------------------- 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