]> git.ipfire.org Git - thirdparty/grub.git/commit
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)
commit1657e72f5bd6cdb9c35cbeb394c1d4329f8f024b
tree5d05510fcc644cdd82b2b046f90c6771ca66d3f1
parent2bfd3654a61e3e0214754a2742a4bf69aedc643e
datetime: Enable the datetime module for the emu platform

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