grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Makefile.util.def: Link grub-ofpathname with zfs libs


From: Mike Gilbert
Subject: [PATCH] Makefile.util.def: Link grub-ofpathname with zfs libs
Date: Wed, 1 Jan 2014 00:13:45 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]