Browse Source

grub2: disable libdevmapper - fix build when it's available

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 40349
Felix Fietkau 12 years ago
parent
commit
fa4d4a62bf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/boot/grub2/Makefile

+ 2 - 1
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) \