public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: master - build: fix missing ${logtlibdir} for linking
Date: Thu, 20 Nov 2008 07:28:00 -0000	[thread overview]
Message-ID: <20081120072711.96225C046B@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=67abd322b536360a3c63b906722ea7b4513692b8
Commit:        67abd322b536360a3c63b906722ea7b4513692b8
Parent:        bcd660e969e83fed8ae7dd03905ef00f8c8be902
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Nov 20 08:26:40 2008 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Nov 20 08:26:40 2008 +0100

build: fix missing ${logtlibdir} for linking

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 group/daemon/Makefile       |    3 ++-
 group/dlm_controld/Makefile |    3 ++-
 group/gfs_controld/Makefile |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/group/daemon/Makefile b/group/daemon/Makefile
index 7ab12bf..36268db 100644
--- a/group/daemon/Makefile
+++ b/group/daemon/Makefile
@@ -23,7 +23,8 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -lccs 
 LDFLAGS += -L${cmanlibdir} -lcman
-LDFLAGS += -L${corosynclibdir} -lcpg -llogthread -lpthread
+LDFLAGS += -L${logtlibdir} -llogthread
+LDFLAGS += -L${corosynclibdir} -lcpg -lpthread
 LDFLAGS += -L${libdir}
 
 ${TARGET}: ${OBJS}
diff --git a/group/dlm_controld/Makefile b/group/dlm_controld/Makefile
index d81f950..f967c3c 100644
--- a/group/dlm_controld/Makefile
+++ b/group/dlm_controld/Makefile
@@ -31,7 +31,8 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lccs -lcman
 LDFLAGS += -L${dlmlibdir} -ldlm
-LDFLAGS += -L${corosynclibdir} -lcpg -llogthread -lpthread
+LDFLAGS += -L${logtlibdir} -llogthread
+LDFLAGS += -L${corosynclibdir} -lcpg -lpthread
 LDFLAGS += -L${openaislibdir} -lSaCkpt 
 LDFLAGS += -L../../fence/libfenced/ -lfenced
 LDFLAGS += -L../lib -lgroup
diff --git a/group/gfs_controld/Makefile b/group/gfs_controld/Makefile
index 7fb8f69..0b3a9e7 100644
--- a/group/gfs_controld/Makefile
+++ b/group/gfs_controld/Makefile
@@ -30,7 +30,8 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -lccs -L${cmanlibdir} -lcman
 LDFLAGS += -L${dlmcontrollibdir} -ldlmcontrol
-LDFLAGS += -L${corosynclibdir} -lcpg -llogthread -lpthread
+LDFLAGS += -L${logtlibdir} -llogthread
+LDFLAGS += -L${corosynclibdir} -lcpg -lpthread
 LDFLAGS += -L${openaislibdir} -lSaCkpt
 LDFLAGS += -L../../fence/libfenced/ -lfenced
 LDFLAGS += -L../lib -lgroup


                 reply	other threads:[~2008-11-20  7:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081120072711.96225C046B@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).