* [Cluster-devel] cluster/cmirror/src Makefile
@ 2008-01-18 20:32 jbrassow
0 siblings, 0 replies; only message in thread
From: jbrassow @ 2008-01-18 20:32 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: jbrassow at sourceware.org 2008-01-18 20:32:09
Modified files:
cmirror/src : Makefile
Log message:
- use ${libdir} instead of hardcoded value.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.4&r2=1.3.2.5
--- cluster/cmirror/src/Attic/Makefile 2007/11/08 22:16:53 1.3.2.4
+++ cluster/cmirror/src/Attic/Makefile 2008/01/18 20:32:09 1.3.2.5
@@ -40,7 +40,7 @@
CFLAGS += -DDEBUG -DDEBUG_FUNCTIONS
endif
-LDFLAGS += -L/usr/lib/openais -lcpg -lSaCkpt -lext2fs
+LDFLAGS += -L${libdir}/openais -L${libdir} -lcpg -lSaCkpt -lext2fs
all: ${TARGET}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-18 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 20:32 [Cluster-devel] cluster/cmirror/src Makefile jbrassow
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.