diff --git a/debian/patches/gfxpayload_dynamic.patch b/debian/patches/gfxpayload_dynamic.patch index c8b3dfd15..46332abb4 100644 --- a/debian/patches/gfxpayload_dynamic.patch +++ b/debian/patches/gfxpayload_dynamic.patch @@ -33,7 +33,7 @@ Index: b/grub-core/Makefile.core.def =================================================================== --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def -@@ -888,6 +888,15 @@ +@@ -888,6 +888,16 @@ }; module = { @@ -41,6 +41,7 @@ Index: b/grub-core/Makefile.core.def + i386_pc = commands/i386/pc/hwmatch.c; + enable = i386_pc; + ldadd = libgnulib.a; ++ dependencies = libgnulib.a; + cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)'; + cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)'; +}; diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index efdb2b802..0c5ea5660 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -892,6 +892,7 @@ module = { i386_pc = commands/i386/pc/hwmatch.c; enable = i386_pc; ldadd = libgnulib.a; + dependencies = libgnulib.a; cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)'; cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)'; };