All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/group daemon/Makefile gfs_controld/Mak ...
@ 2006-07-07 16:53 cfeist
  0 siblings, 0 replies; only message in thread
From: cfeist @ 2006-07-07 16:53 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-07-07 16:53:26

Modified files:
	group/daemon   : Makefile 
	group/gfs_controld: Makefile 

Log message:
	Fixed building for x86_64.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- cluster/group/daemon/Makefile	2006/07/07 16:14:34	1.14
+++ cluster/group/daemon/Makefile	2006/07/07 16:53:25	1.15
@@ -15,7 +15,7 @@
 UNINSTALL=${top_srcdir}/scripts/uninstall.pl
 
 CFLAGS+= -g -I. -I../include/ -I../../cman/lib/ -I../lib/
-LDFLAGS+= -L${cmanlibdir} -L/usr/lib/openais -L/usr/lib
+LDFLAGS+= -L${cmanlibdir} -L${libdir}/openais -L${libdir}
 
 TARGET=groupd
 
--- cluster/group/gfs_controld/Makefile	2006/07/07 16:14:34	1.4
+++ cluster/group/gfs_controld/Makefile	2006/07/07 16:53:26	1.5
@@ -22,7 +22,7 @@
 	-I../../cman/lib \
 	-I../include/ \
 	-I../lib/
-LDFLAGS+= -L../../cman/lib -L/usr/lib/openais -L/usr/lib
+LDFLAGS+= -L../../cman/lib -L${libdir}/openais -L${libdir}
 
 TARGET=gfs_controld
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-07 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07 16:53 [Cluster-devel] cluster/group daemon/Makefile gfs_controld/Mak cfeist

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.