From: John Crispin Date: Sun, 3 Aug 2014 11:15:48 +0000 (+0000) Subject: package:grub2: fix build error on linux missing libzfs X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c206a61a8ad2fccf11154fd5c59478278dbf588f;p=openwrt%2Fsvn-archive%2Fopenwrt.git package:grub2: fix build error on linux missing libzfs configure enables libzfs support on default. This will break the build, on systems without libzfs. Signed-off-by: Hans Ulli Kroll Backport of r41935 SVN-Revision: 41975 --- diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 83edfc614f..64a30589d0 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 += \