From c3617369521530111bfae9f30709343172222dd5 Mon Sep 17 00:00:00 2001 From: arifali Date: Mon, 14 May 2012 21:36:39 +0000 Subject: [PATCH] elilo-xcat: add patch so that the Makefile.defaults is pointing to /usr/lib in ubuntu/debian for gnuefi Former-commit-id: b6d89ab464b9b3713243693dadb2438970724852 --- elilo/debian/patches/elilo-xcat-ubuntu.patch | 1 + elilo/debian/patches/series | 1 + elilo/elilo-xcat-ubuntu.patch | 15 +++++++++++++++ 3 files changed, 17 insertions(+) create mode 120000 elilo/debian/patches/elilo-xcat-ubuntu.patch create mode 100644 elilo/elilo-xcat-ubuntu.patch diff --git a/elilo/debian/patches/elilo-xcat-ubuntu.patch b/elilo/debian/patches/elilo-xcat-ubuntu.patch new file mode 120000 index 0000000..411e59e --- /dev/null +++ b/elilo/debian/patches/elilo-xcat-ubuntu.patch @@ -0,0 +1 @@ +../../elilo-xcat-ubuntu.patch \ No newline at end of file diff --git a/elilo/debian/patches/series b/elilo/debian/patches/series index 2a27a95..6351aef 100644 --- a/elilo/debian/patches/series +++ b/elilo/debian/patches/series @@ -1 +1,2 @@ elilo-xcat.patch +elilo-xcat-ubuntu.patch diff --git a/elilo/elilo-xcat-ubuntu.patch b/elilo/elilo-xcat-ubuntu.patch new file mode 100644 index 0000000..95b0964 --- /dev/null +++ b/elilo/elilo-xcat-ubuntu.patch @@ -0,0 +1,15 @@ +--- elilo/Make.defaults.orig 2012-05-14 22:29:47.868436029 +0100 ++++ elilo/Make.defaults 2012-05-14 22:30:05.968199364 +0100 +@@ -55,9 +55,9 @@ + # They are installed as part of the GNU-EFI package installation + # + EFIINC = /usr/include/efi +-GNUEFILIB = /usr/lib64 +-EFILIB = /usr/lib64/gnuefi +-EFICRT0 = /usr/lib64/gnuefi ++GNUEFILIB = /usr/lib ++EFILIB = /usr/lib ++EFICRT0 = /usr/lib + + CDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi) + TOPDIR =