From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2251 invoked by alias); 7 Jul 2008 19:21:11 -0000 Received: (qmail 2221 invoked by uid 9453); 7 Jul 2008 19:21:11 -0000 Date: Mon, 07 Jul 2008 19:21:00 -0000 Message-ID: <20080707192110.2204.qmail@sourceware.org> From: teigland@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. cluster-2.99.05-54-g8f1689a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 04a1dd8398d334015a26de5cabd76bece0e0a764 X-Git-Newrev: 8f1689a1cfc859aa3307ff92e06242d32f2c5f8a Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00026.txt.bz2 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