search for: ad08cd8e7097

Displaying 2 results from an estimated 2 matches for "ad08cd8e7097".

2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
...ater in tools/configure anyway - setting LIB_PATH based on the (non-)existence of a lib64 directory underneath ${exec_prefix} is plain wrong (it can obviously exist on a 32-bit installation) - I wasn''t able to locate any use of LIB_PATH (I did see IanC''s comment in c/s 25594:ad08cd8e7097 that removing it supposedly causes other problems, but I don''t see how that would happen). Signed-off-by: Jan Beulich <jbeulich@suse.com> --- This will require tools/configure to be re-generated. --- a/config/Tools.mk.in +++ b/config/Tools.mk.in @@ -1,5 +1,6 @@ # Prefix and insta...
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
# HG changeset patch # User Matt Wilson <msw@amazon.com> # Date 1342481836 0 # Branch efi # Node ID dd1ab0cae2c870942c2e1b6bc3a507b1a40dae16 # Parent 9950f2dc2ee6dfd172258a5a4ee29809b0ff8263 x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi After commit 25594:ad08cd8e7097, EFI Xen binaries were installed to /efi instead of /usr/lib64/efi. This patch restores the previous behviour established in commit 23645:638f31a30b6c. Signed-off-by: Matt Wilson <msw@amazon.com> Reported-by: Olaf Hering <olaf@aepfle.de> diff -r 9950f2dc2ee6 -r dd1ab0cae2c8 Config.mk...