From 881123d88d7cad0e244d662182c426bbb2ab559a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Jun 2017 08:49:24 +0100 Subject: import grub stable from gentoo tree, drop our beta one --- sys-boot/grub/files/grub-2.02_beta2-libzfs.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sys-boot/grub/files/grub-2.02_beta2-libzfs.patch (limited to 'sys-boot/grub/files/grub-2.02_beta2-libzfs.patch') diff --git a/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch b/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch deleted file mode 100644 index d76a903c..00000000 --- a/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 6ba983559dcffa0fa69c7fc861b5a16b4877a92c -Author: Mike Gilbert -Date: Sat Jan 18 19:41:15 2014 +0100 - - * Makefile.util.def: Link grub-ofpathname with zfs libs. - -diff --git a/Makefile.util.def b/Makefile.util.def -index 83df212..a286a89 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 = { -- cgit v1.2.3