util/grub_mount-grub-mount.o: In function `main': grub-mount.c:(.text+0x1043): undefined reference to `grub_util_host_init'
Signed-off-by: Andrey Borzenkov <arvidj...@gmail.com> --- Makefile.util.def | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.util.def b/Makefile.util.def index 6146445..5008193 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -267,6 +267,7 @@ program = { common = util/grub-mount.c; common = grub-core/kern/emu/hostfs.c; common = grub-core/disk/host.c; + common = grub-core/osdep/init.c; ldadd = libgrubmods.a; ldadd = libgrubgcry.a; -- tg: (9586912..) u/grub-mount_osdep-init (depends on: master) _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel