cluster: STABLE3 - build: use xvm build fix from Debian

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Nov 3 09:33:17 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c9fd975df0a36f18ef0dc6d46e4621d28a5d1d94
Commit:        c9fd975df0a36f18ef0dc6d46e4621d28a5d1d94
Parent:        8000c70a8d28a2e79305babd8b869b73605a3349
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Tue Nov 3 10:32:15 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Tue Nov 3 10:32:15 2009 +0100

build: use xvm build fix from Debian

this is cleaner and requires less maintainance.

Thanks Guido for the heads up.

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 443a39a..31b277f 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 && \
-	LD_PRELOAD=${logtlibdir}/liblogthread.so.$(SOMAJOR) ./$(TARGET1) -o metadata > .$@.tmp && \
+	LD_LIBRARY_PATH=${logtlibdir} ./$(TARGET1) -o metadata > .$@.tmp && \
 	xsltproc ${SRCDIR}/fence/agents/lib/fence2man.xsl .$@.tmp > $@
 
 clean: generalclean


More information about the cluster-commits mailing list