]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
datetime: Enable the datetime module for the emu platform
authorMike Gilbert <floppym@gentoo.org>
Thu, 5 Mar 2020 21:52:18 +0000 (16:52 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 10 Mar 2020 20:45:11 +0000 (21:45 +0100)
Fixes a build failure:

  grub-core/commands/date.c:49: undefined reference to `grub_get_weekday_name'
  grub-core/commands/ls.c:155: undefined reference to `grub_unixtime2datetime'

Bug: https://bugs.gentoo.org/711512

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Tested-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def

index 91297e4ebfeb2e582494b4b568ec073995bc0ff2..48b82e76322f41ac54274c6f5af997f6f58a13e5 100644 (file)
@@ -1700,7 +1700,6 @@ module = {
   i386_xen_pvh = lib/xen/datetime.c;
 
   mips_arc = lib/arc/datetime.c;
-  enable = noemu;
 };
 
 module = {