File 0002-linux-fixup.patch of Package grub2.37159
From 6ea437b4907fa05002b1efdf4a9ebce6c8cd54d1 Mon Sep 17 00:00:00 2001
From: Vladimir Serbinenko <phcoder@gmail.com>
Date: Mon, 14 Aug 2017 16:23:52 +0200
Subject: [PATCH 2/4] linux fixup
---
grub-core/Makefile.core.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
index 1affa5933..cfc15287f 100644
--- a/grub-core/Makefile.core.def
+++ b/grub-core/Makefile.core.def
@@ -775,7 +775,6 @@ module = {
module = {
name = boot;
common = commands/boot.c;
- common = lib/cmdline.c;
i386_pc = lib/i386/pc/biosnum.c;
enable = x86;
enable = emu;
@@ -1697,6 +1696,7 @@ module = {
arm64 = loader/arm64/linux.c;
emu = loader/emu/linux.c;
common = loader/linux.c;
+ common = lib/cmdline.c;
};
module = {
--
2.35.3