mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 06:26:15 +00:00
grub-mkdevicemap needs grub-core/osdep/init.c.
This commit is contained in:
parent
a742e536f9
commit
1712e2d09f
@ -317,6 +317,7 @@ program = {
|
||||
common = util/grub-mkdevicemap.c;
|
||||
common = util/deviceiter.c;
|
||||
common = util/devicemap.c;
|
||||
common = grub-core/osdep/init.c;
|
||||
|
||||
ldadd = libgrubmods.a;
|
||||
ldadd = libgrubgcry.a;
|
||||
|
3
debian/patches/restore_mkdevicemap.patch
vendored
3
debian/patches/restore_mkdevicemap.patch
vendored
@ -2,7 +2,7 @@ Index: b/Makefile.util.def
|
||||
===================================================================
|
||||
--- a/Makefile.util.def
|
||||
+++ b/Makefile.util.def
|
||||
@@ -310,6 +310,22 @@
|
||||
@@ -310,6 +310,23 @@
|
||||
};
|
||||
|
||||
program = {
|
||||
@ -13,6 +13,7 @@ Index: b/Makefile.util.def
|
||||
+ common = util/grub-mkdevicemap.c;
|
||||
+ common = util/deviceiter.c;
|
||||
+ common = util/devicemap.c;
|
||||
+ common = grub-core/osdep/init.c;
|
||||
+
|
||||
+ ldadd = libgrubmods.a;
|
||||
+ ldadd = libgrubgcry.a;
|
||||
|
2
debian/patches/uefi_firmware_setup.patch
vendored
2
debian/patches/uefi_firmware_setup.patch
vendored
@ -7,7 +7,7 @@ Index: b/Makefile.util.def
|
||||
===================================================================
|
||||
--- a/Makefile.util.def
|
||||
+++ b/Makefile.util.def
|
||||
@@ -489,6 +489,12 @@
|
||||
@@ -490,6 +490,12 @@
|
||||
};
|
||||
|
||||
script = {
|
||||
|
Loading…
Reference in New Issue
Block a user