From a534728bb2b0a31a3c57d61cc24de1c05f21cc8b Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 30 Mar 2014 19:55:39 +0000 Subject: [PATCH] grub2: disable libdevmapper - fix build when it's available Signed-off-by: Alexander Couzens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40349 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/grub2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 6b4cc7d70b..ccad7d921c 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -46,7 +46,8 @@ endef CONFIGURE_ARGS += \ --target=$(REAL_GNU_TARGET_NAME) \ --disable-werror \ - --disable-nls + --disable-nls \ + --disable-device-mapper HOST_CONFIGURE_ARGS += \ --target=$(REAL_GNU_TARGET_NAME) \ -- 2.30.2