2016-08-25 18:42:57 +00:00
|
|
|
From edaa6c877917816d57603e26d660107c82ffbb5d Mon Sep 17 00:00:00 2001
|
2016-04-05 19:28:47 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Fri, 4 Mar 2016 16:29:13 -0500
|
2016-08-25 18:42:57 +00:00
|
|
|
Subject: [PATCH 76/87] Make grub-editenv build again.
|
2016-04-05 19:28:47 +00:00
|
|
|
|
|
|
|
36212460d3565b18439a3a8130b28e6c97702c6a split how some of the mkimage
|
|
|
|
utility functions are defined, and they wind up being linked into
|
|
|
|
grub-editenv. Most utilities got fixed, but this one was missed.
|
|
|
|
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
---
|
|
|
|
Makefile.util.def | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/Makefile.util.def b/Makefile.util.def
|
|
|
|
index 226c46b..8007de9 100644
|
|
|
|
--- a/Makefile.util.def
|
|
|
|
+++ b/Makefile.util.def
|
|
|
|
@@ -236,6 +236,8 @@ program = {
|
|
|
|
extra_dist = grub-core/osdep/unix/compress.c;
|
|
|
|
extra_dist = grub-core/osdep/basic/compress.c;
|
|
|
|
common = util/mkimage.c;
|
|
|
|
+ common = util/grub-mkimage32.c;
|
|
|
|
+ common = util/grub-mkimage64.c;
|
|
|
|
common = grub-core/osdep/config.c;
|
|
|
|
common = util/config.c;
|
|
|
|
common = util/resolve.c;
|
|
|
|
--
|
2016-08-25 18:42:57 +00:00
|
|
|
2.7.4
|
2016-04-05 19:28:47 +00:00
|
|
|
|