* [Cluster-devel] cluster/group/make defines.mk.input
@ 2006-07-28 21:32 rpeterso
0 siblings, 0 replies; only message in thread
From: rpeterso @ 2006-07-28 21:32 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2006-07-28 21:32:29
Modified files:
group/make : defines.mk.input
Log message:
OpenAIS builds for /usr/lib64/openais on x86_64 machines.
We need to link against what it uses.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/make/defines.mk.input.diff?cvsroot=cluster&r1=1.2&r2=1.3
--- cluster/group/make/defines.mk.input 2006/07/07 16:14:34 1.2
+++ cluster/group/make/defines.mk.input 2006/07/28 21:32:29 1.3
@@ -12,9 +12,15 @@
###############################################################################
#Install Locations
+ARCH=$(shell uname -p)
+
sbindir ?= ${DESTDIR}/@SBINDIR@
mandir ?= ${DESTDIR}/@MANDIR@
+ifeq (,$(findstring 64,$(ARCH)))
libdir ?= ${DESTDIR}/@LIBDIR@
+else
+libdir ?= ${DESTDIR}/@LIBDIR at 64
+endif
iddevlibdir ?= ${DESTDIR}/@IDDEVLIBDIR@
cmanlibdir ?= ${DESTDIR}/@CMANLIBDIR@
incdir ?= ${DESTDIR}/@INCDIR@
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-28 21:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28 21:32 [Cluster-devel] cluster/group/make defines.mk.input rpeterso
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.