aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-03 11:15:48 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-03 11:15:48 +0000
commit8a42dd854213cffaa6fae2c662d6e212ee454d9f (patch)
tree3646ccdd19cf1ee343d87044c9d7d3e0584398a3 /package/boot/grub2/Makefile
parentf2fb930c985be9435f80e0a16518488ee18f6fc4 (diff)
downloadupstream-8a42dd854213cffaa6fae2c662d6e212ee454d9f.tar.gz
upstream-8a42dd854213cffaa6fae2c662d6e212ee454d9f.tar.bz2
upstream-8a42dd854213cffaa6fae2c662d6e212ee454d9f.zip
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
Diffstat (limited to 'package/boot/grub2/Makefile')
-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 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 += \