Blame SOURCES/0029-Makefile.util.def-Link-grub-ofpathname-with-zfs-libs.patch

6b3c76
From 0e1f799b78a8311319638e6a06a29385b3da0a82 Mon Sep 17 00:00:00 2001
a85e8e
From: Mike Gilbert <floppym@gentoo.org>
a85e8e
Date: Sat, 18 Jan 2014 19:41:15 +0100
6b3c76
Subject: [PATCH 029/261] * Makefile.util.def: Link grub-ofpathname with zfs
6b3c76
 libs.
a85e8e
a85e8e
---
d41074
 ChangeLog         | 4 ++++
6b3c76
 Makefile.util.def | 2 +-
a85e8e
 2 files changed, 5 insertions(+), 1 deletion(-)
a85e8e
6b3c76
diff --git a/ChangeLog b/ChangeLog
6b3c76
index 9d1a3f051..edceb66db 100644
6b3c76
--- a/ChangeLog
6b3c76
+++ b/ChangeLog
6b3c76
@@ -1,3 +1,7 @@
6b3c76
+2014-01-01  Mike Gilbert <floppym@gentoo.org>
6b3c76
+
6b3c76
+	* Makefile.util.def: Link grub-ofpathname with zfs libs.
6b3c76
+
6b3c76
 2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
6b3c76
 
6b3c76
 	* grub-core/commands/macbless.c: Rename FILE and DIR to avoid
a85e8e
diff --git a/Makefile.util.def b/Makefile.util.def
6b3c76
index 83df212f4..a286a89cd 100644
a85e8e
--- a/Makefile.util.def
a85e8e
+++ b/Makefile.util.def
a85e8e
@@ -384,7 +384,7 @@ program = {
a85e8e
   ldadd = libgrubgcry.a;
a85e8e
   ldadd = libgrubkern.a;
a85e8e
   ldadd = grub-core/gnulib/libgnu.a;
a85e8e
-  ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
a85e8e
+  ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
a85e8e
 };
a85e8e
 
a85e8e
 program = {
6b3c76
-- 
6b3c76
2.13.5
6b3c76