Author: blogic Date: 2014-08-01 13:19:46 +0200 (Fri, 01 Aug 2014) New Revision: 41935
Modified: trunk/package/boot/grub2/Makefile Log: 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 <[email protected]> Modified: trunk/package/boot/grub2/Makefile =================================================================== --- trunk/package/boot/grub2/Makefile 2014-08-01 11:19:42 UTC (rev 41934) +++ trunk/package/boot/grub2/Makefile 2014-08-01 11:19:46 UTC (rev 41935) @@ -48,12 +48,14 @@ --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 += \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
