mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -35,7 +35,8 @@ endef
|
|||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--target=$(REAL_GNU_TARGET_NAME) \
|
--target=$(REAL_GNU_TARGET_NAME) \
|
||||||
--sbindir="$(STAGING_DIR_HOST)/bin" \
|
--sbindir="$(STAGING_DIR_HOST)/bin" \
|
||||||
--disable-werror
|
--disable-werror \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
HOST_MAKE_FLAGS += \
|
HOST_MAKE_FLAGS += \
|
||||||
TARGET_RANLIB=$(TARGET_RANLIB)
|
TARGET_RANLIB=$(TARGET_RANLIB)
|
||||||
|
|||||||
Reference in New Issue
Block a user