dcavalca / rpms / grub2

Forked from rpms/grub2 2 years ago
Clone
8631a2
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8631a2
From: Peter Jones <pjones@redhat.com>
8631a2
Date: Fri, 4 Mar 2016 16:29:13 -0500
8631a2
Subject: [PATCH] Make grub-editenv build again.
8631a2
8631a2
36212460d3565b18439a3a8130b28e6c97702c6a split how some of the mkimage
8631a2
utility functions are defined, and they wind up being linked into
8631a2
grub-editenv.  Most utilities got fixed, but this one was missed.
8631a2
8631a2
Signed-off-by: Peter Jones <pjones@redhat.com>
8631a2
---
8631a2
 Makefile.util.def | 2 ++
8631a2
 1 file changed, 2 insertions(+)
8631a2
8631a2
diff --git a/Makefile.util.def b/Makefile.util.def
8631a2
index 2d032643de7..879e8eb98a4 100644
8631a2
--- a/Makefile.util.def
8631a2
+++ b/Makefile.util.def
8631a2
@@ -237,6 +237,8 @@ program = {
8631a2
   extra_dist = grub-core/osdep/unix/compress.c;
8631a2
   extra_dist = grub-core/osdep/basic/compress.c;
8631a2
   common = util/mkimage.c;
8631a2
+  common = util/grub-mkimage32.c;
8631a2
+  common = util/grub-mkimage64.c;
8631a2
   common = grub-core/osdep/config.c;
8631a2
   common = util/config.c;
8631a2
   common = util/resolve.c;