cluster: STABLE3 - build: fix fence_xvm invokation at man page build time

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Nov 2 13:36:55 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=81d24b6bdd33e8f16c39414f8bb8485baf19a919
Commit:        81d24b6bdd33e8f16c39414f8bb8485baf19a919
Parent:        4bd7ebb83bb8dddb6907a20a84ee7d5dd3b31c9c
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Mon Nov 2 14:36:06 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Mon Nov 2 14:36:06 2009 +0100

build: fix fence_xvm invokation at man page build time

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/agents/xvm/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/xvm/Makefile b/fence/agents/xvm/Makefile
index 6215263..443a39a 100644
--- a/fence/agents/xvm/Makefile
+++ b/fence/agents/xvm/Makefile
@@ -61,7 +61,7 @@ ${TARGET3}: ${OBJS3}
 
 $(MANTARGET): $(TARGET1) ${SRCDIR}/fence/agents/lib/fence2man.xsl
 	set -e && \
-	./$(TARGET1) -o metadata > .$@.tmp && \
+	LD_PRELOAD=${logtlibdir}/liblogthread.so.$(SOMAJOR) ./$(TARGET1) -o metadata > .$@.tmp && \
 	xsltproc ${SRCDIR}/fence/agents/lib/fence2man.xsl .$@.tmp > $@
 
 clean: generalclean


More information about the cluster-commits mailing list