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

Re: [Xen-devel] [PATCH] tools: don't expand prefix and exec_prefix too early



On Wed, Aug 08, Ian Campbell wrote:

> FWIW I've just added it http://wiki.xen.org/wiki/Xen_4.2_Release_Notes
> which probably wouldn't have helped you but should help in general.

Maybe we can simplify configure like this (untested patch):

diff -r f9f47654484e configure
--- a/configure
+++ b/configure
@@ -1,2 +1,7 @@
 #!/bin/sh -e
-cd tools && ./configure $@
+_easy_lib64=
+if test "`arch`" = "x86_64"
+then
+       _easy_lib64=--libdir=/usr/lib64
+fi
+cd tools && ./configure ${_easy_lib64} $@

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

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