summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-23 09:49:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-23 09:49:56 +0000
commit5c88d907c87b6f8c848bb16e079d760f0d5e6edb (patch)
treee2d137d4ffb428b571b1d81f722ca5805be8dd6b
parent7950f996e0ab8d5b8c4cb168aaa71a42c9021762 (diff)
downloadmaster-31e0f0ae-5c88d907c87b6f8c848bb16e079d760f0d5e6edb.tar.gz
master-31e0f0ae-5c88d907c87b6f8c848bb16e079d760f0d5e6edb.tar.bz2
master-31e0f0ae-5c88d907c87b6f8c848bb16e079d760f0d5e6edb.zip
grub2: disable nls to fix build failure when libintl/host is built
SVN-Revision: 33522
-rw-r--r--package/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/grub2/Makefile b/package/grub2/Makefile
index 889f08579b..2a2244a7d6 100644
--- a/package/grub2/Makefile
+++ b/package/grub2/Makefile
@@ -35,7 +35,8 @@ endef
HOST_CONFIGURE_ARGS += \
--target=$(REAL_GNU_TARGET_NAME) \
--sbindir="$(STAGING_DIR_HOST)/bin" \
- --disable-werror
+ --disable-werror \
+ --disable-nls
HOST_MAKE_FLAGS += \
TARGET_RANLIB=$(TARGET_RANLIB)