mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
grub2: disable nls to fix build failure when libintl/host is built
SVN-Revision: 33522
This commit is contained in:
parent
7950f996e0
commit
5c88d907c8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user