Resolves build failure when libzfs is enabled. https://bugs.gentoo.org/show_bug.cgi?id=496608 --- ChangeLog | 4 ++++ Makefile.util.def | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 8c1ecec..d22f2d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-01 Mike Gilbert <flop...@gentoo.org> + + * Makefile.util.def: Link grub-ofpathname with zfs libs. + 2013-12-30 Andrey Borzenkov <arvidj...@gmail.com> * grub-core/Makefile.core.def: strip .eh_frame section for arm64-efi. diff --git a/Makefile.util.def b/Makefile.util.def index 985e76c..9bfe47e 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -384,7 +384,7 @@ program = { ldadd = libgrubgcry.a; ldadd = libgrubkern.a; ldadd = grub-core/gnulib/libgnu.a; - ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)'; + ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)'; }; program = { -- 1.8.5.2 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel