Author: blogic Date: 2014-08-03 13:15:48 +0200 (Sun, 03 Aug 2014) New Revision: 41975
Modified: branches/barrier_breaker/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]> Backport of r41935 Modified: branches/barrier_breaker/package/boot/grub2/Makefile =================================================================== --- branches/barrier_breaker/package/boot/grub2/Makefile 2014-08-03 11:15:47 UTC (rev 41974) +++ branches/barrier_breaker/package/boot/grub2/Makefile 2014-08-03 11:15:48 UTC (rev 41975) @@ -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
