Displaying 1 result from an estimated 1 matches for "72f9c751d3ea".
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
...m/archives/html/xen-devel/2006-03/msg00565.html
http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00090.html
prefix is being passed along for some reason. this patch is a simple fix
that will make sure prefix is not defined.
Signed-off-by: Ryan Grimm <grimm@us.ibm.com>
diff -r 72f9c751d3ea -r 683811163238 tools/pygrub/Makefile
--- a/tools/pygrub/Makefile Wed Apr 19 18:32:20 2006 +0100
+++ b/tools/pygrub/Makefile Thu Apr 20 11:27:33 2006 -0500
@@ -11,7 +11,7 @@ build:
.PHONY: install
ifndef XEN_PYTHON_NATIVE_INSTALL
install: all
- CFLAGS="$(CFLAGS)" python setup.py instal...