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 <ulli.kroll@googlemail.com>

Backport of r41935

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41975 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2014-08-03 11:15:48 +00:00
parent 1b80487ddc
commit 8db233c5a3
1 changed files with 2 additions and 0 deletions

View File

@ -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 += \