summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/grub2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 83edfc6..64a3058 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -48,12 +48,14 @@ CONFIGURE_ARGS += \
--disable-werror \
--disable-nls \
--disable-device-mapper \
+ --disable-libzfs \
--disable-grub-mkfont
HOST_CONFIGURE_ARGS += \
--target=$(REAL_GNU_TARGET_NAME) \
--sbindir="$(STAGING_DIR_HOST)/bin" \
--disable-werror \
+ --disable-libzfs \
--disable-nls
HOST_MAKE_FLAGS += \