Add hwmatch dependency on libgnulib.a.

This commit is contained in:
Colin Watson 2013-11-17 14:44:11 +00:00
parent 91e0c7ef0c
commit 213b27a470
2 changed files with 3 additions and 1 deletions

View File

@ -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)';
+}; +};

View File

@ -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)';
}; };