grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile.util.def: Link grub-ofpathname with zfs libs
@ 2014-01-01  5:13 Mike Gilbert
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert @ 2014-01-01  5:13 UTC (permalink / raw)
  To: grub-devel

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 <floppym@gentoo.org>
+
+	* Makefile.util.def: Link grub-ofpathname with zfs libs.
+
 2013-12-30  Andrey Borzenkov <arvidjaar@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-01  5:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01  5:13 [PATCH] Makefile.util.def: Link grub-ofpathname with zfs libs Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).