[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Allow easier overriding of LIBLEAFDIR_x86_64 on GNU systems



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1284396359 -3600
# Node ID b65d1a620378ddad6662e0ff7773300cdda9887a
# Parent  9c1e3863c588f25b1ac665158856ba074223d057
Allow easier overriding of LIBLEAFDIR_x86_64 on GNU systems

Some GNU systems (including Debian) do not use /usr/lib64. This change
makes it easier to have the Xen build system on amd64 put its 64-bit
libraries files in /usr/lib.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 config/StdGNU.mk |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 9c1e3863c588 -r b65d1a620378 config/StdGNU.mk
--- a/config/StdGNU.mk  Mon Sep 13 17:44:19 2010 +0100
+++ b/config/StdGNU.mk  Mon Sep 13 17:45:59 2010 +0100
@@ -28,7 +28,7 @@ INCLUDEDIR = $(PREFIX)/include
 INCLUDEDIR = $(PREFIX)/include
 LIBLEAFDIR = lib
 LIBLEAFDIR_x86_32 = lib
-LIBLEAFDIR_x86_64 = lib64
+LIBLEAFDIR_x86_64 ?= lib64
 LIBDIR = $(PREFIX)/$(LIBLEAFDIR)
 LIBDIR_x86_32 = $(PREFIX)/$(LIBLEAFDIR_x86_32)
 LIBDIR_x86_64 = $(PREFIX)/$(LIBLEAFDIR_x86_64)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.