aboutsummaryrefslogtreecommitdiffstats
path: root/package/grub2
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
commitc09ce574b4dd981aab263be5d3362db3195c4c90 (patch)
treea028746d1fbdaee5d4ccb3704b8e0f41c6c89aad /package/grub2
parent4c3dab328578854ece95fa847005a93f88a065fc (diff)
downloadupstream-c09ce574b4dd981aab263be5d3362db3195c4c90.tar.gz
upstream-c09ce574b4dd981aab263be5d3362db3195c4c90.tar.bz2
upstream-c09ce574b4dd981aab263be5d3362db3195c4c90.zip
grub2: disable nls to fix build failure when libintl/host is built
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33522 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/grub2')
-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)