mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 15:45:30 +00:00
Add hwmatch dependency on libgnulib.a.
This commit is contained in:
parent
91e0c7ef0c
commit
213b27a470
3
debian/patches/gfxpayload_dynamic.patch
vendored
3
debian/patches/gfxpayload_dynamic.patch
vendored
@ -33,7 +33,7 @@ Index: b/grub-core/Makefile.core.def
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- a/grub-core/Makefile.core.def
|
--- a/grub-core/Makefile.core.def
|
||||||
+++ b/grub-core/Makefile.core.def
|
+++ b/grub-core/Makefile.core.def
|
||||||
@@ -888,6 +888,15 @@
|
@@ -888,6 +888,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
@ -41,6 +41,7 @@ Index: b/grub-core/Makefile.core.def
|
|||||||
+ i386_pc = commands/i386/pc/hwmatch.c;
|
+ i386_pc = commands/i386/pc/hwmatch.c;
|
||||||
+ enable = i386_pc;
|
+ enable = i386_pc;
|
||||||
+ ldadd = libgnulib.a;
|
+ ldadd = libgnulib.a;
|
||||||
|
+ dependencies = libgnulib.a;
|
||||||
+ cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
|
+ cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
|
||||||
+ cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
|
+ cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
|
||||||
+};
|
+};
|
||||||
|
@ -892,6 +892,7 @@ module = {
|
|||||||
i386_pc = commands/i386/pc/hwmatch.c;
|
i386_pc = commands/i386/pc/hwmatch.c;
|
||||||
enable = i386_pc;
|
enable = i386_pc;
|
||||||
ldadd = libgnulib.a;
|
ldadd = libgnulib.a;
|
||||||
|
dependencies = libgnulib.a;
|
||||||
cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
|
cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
|
||||||
cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
|
cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user