]> git.proxmox.com Git - grub2.git/commit - Makefile.util.def
Fix grub-emu build on FreeBSD.
authorColin Watson <cjwatson@ubuntu.com>
Sat, 22 Sep 2012 20:19:58 +0000 (21:19 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Sat, 22 Sep 2012 20:19:58 +0000 (21:19 +0100)
commit794c8c33758792627113ae98ec495b9856960d92
treea035bde2b30d6b3901b2ca71f6612646aa57f37f
parent86d08fdb18b0142c1ce1b95db1aae989502956c5
Fix grub-emu build on FreeBSD.

* Makefile.util.def (grub-mount): Add LIBGEOM to ldadd.
* grub-core/net/drivers/emu/emunet.c: Only include Linux-specific
headers on Linux.
(GRUB_MOD_INIT): Return immediately on non-Linux platforms; this
implementation is currently Linux-specific.
* util/getroot.c (exec_pipe): Define only on Linux or when either
libzfs or libnvpair is unavailable.
(find_root_devices_from_poolname): Remove unused path variable.
ChangeLog
Makefile.util.def
grub-core/net/drivers/emu/emunet.c
util/getroot.c