]> git.ipfire.org Git - thirdparty/grub.git/commit
build: Rename HAVE_LIBZFS to USE_LIBZFS
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 24 Aug 2023 21:24:30 +0000 (23:24 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 12 Dec 2023 17:01:55 +0000 (18:01 +0100)
commit3d4cb5a4328768b198d86e1b6efb18f30f06ba0e
treed5cee01a739aec185eb56a32740e417aa7c07a0c
parente4dbe5cfa4592099fae71cfab4bf9caaa2a272f3
build: Rename HAVE_LIBZFS to USE_LIBZFS

The HAVE_LIBZFS is defined by libzfs test and hence conflicts with
manual definition. On NetBSD it ends up detecting zfs but not detecting
nvpair and creates confusion. Split them.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac
grub-core/osdep/unix/getroot.c
util/getroot.c