rpms/xen/FC-4 xen-misc-fixes.patch,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 12 17:27:07 UTC 2005


Author: riel

Update of /cvs/dist/rpms/xen/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv8261/FC-4

Modified Files:
	xen-misc-fixes.patch 
Log Message:
install bits in /usr/lib64 instead on x86-64

xen-misc-fixes.patch:
 console/daemon/utils.c        |    8 +++--
 examples/Makefile             |    2 -
 ioemu/target-i386-dm/Makefile |    2 -
 libxc/xc_core.c               |    8 ++---
 misc/lomount/lomount.c        |    2 -
 xenstore/xenstored_core.c     |   66 +++++++++++++++++++++++-------------------
 6 files changed, 50 insertions(+), 38 deletions(-)

Index: xen-misc-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/xen/FC-4/xen-misc-fixes.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xen-misc-fixes.patch	8 Sep 2005 18:38:09 -0000	1.18
+++ xen-misc-fixes.patch	12 Sep 2005 17:27:03 -0000	1.19
@@ -240,3 +240,25 @@
  
  	signal(SIGCHLD, child_exit);
  	signal(SIGTSTP, SIG_IGN);
+--- xen-unstable/tools/examples/Makefile.lib64	2005-09-12 13:19:52.000000000 -0400
++++ xen-unstable/tools/examples/Makefile	2005-09-12 13:20:09.000000000 -0400
+@@ -21,7 +21,7 @@ XEN_SCRIPTS += network-route vif-route
+ XEN_SCRIPTS += block-file
+ XEN_SCRIPTS += block-enbd
+ 
+-XEN_BOOT_DIR = /usr/lib/xen/boot
++XEN_BOOT_DIR = /usr/$(LIB)/xen/boot
+ XEN_BOOT = mem-map.sxp
+ 
+ all: 
+--- xen-unstable/tools/ioemu/target-i386-dm/Makefile.lib64	2005-09-12 13:19:07.000000000 -0400
++++ xen-unstable/tools/ioemu/target-i386-dm/Makefile	2005-09-12 13:19:33.000000000 -0400
+@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
+ include config.mak
+ override TARGET_ARCH=i386
+ 
+-INSTALL_DIR := $(DESTDIR)/usr/lib/xen/bin
++INSTALL_DIR := $(DESTDIR)/usr/$(LIBDIR)/xen/bin
+ TARGET_PATH=$(SRC_PATH)/target-$(TARGET_ARCH)
+ VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw:$(SRC_PATH)/audio
+ DEFINES=-I. -I$(TARGET_PATH) -I$(SRC_PATH) -I$(XEN_ROOT)/xen/include/public




More information about the fedora-cvs-commits mailing list