* [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.02_beta2-libzfs.patch
@ 2014-09-09 19:55 Mike Gilbert (floppym)
0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2014-09-09 19:55 UTC (permalink / raw
To: gentoo-commits
floppym 14/09/09 19:55:09
Added: grub-2.02_beta2-libzfs.patch
Log:
Backport build fix for when both device-mapper and libzfs are enabled. Bug 496608.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.1 sys-boot/grub/files/grub-2.02_beta2-libzfs.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch?rev=1.1&content-type=text/plain
Index: grub-2.02_beta2-libzfs.patch
===================================================================
commit 6ba983559dcffa0fa69c7fc861b5a16b4877a92c
Author: Mike Gilbert <floppym@gentoo.org>
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 = {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-09 19:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 19:55 [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.02_beta2-libzfs.patch Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox