projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7950f99
)
grub2: disable nls to fix build failure when libintl/host is built
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Sep 2012 09:49:56 +0000
(09:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Sep 2012 09:49:56 +0000
(09:49 +0000)
SVN-Revision: 33522
package/grub2/Makefile
patch
|
blob
|
history
diff --git
a/package/grub2/Makefile
b/package/grub2/Makefile
index 889f08579bde0e7d972170a4612bd8b7d17f5ae4..2a2244a7d6a09a1bd377602e00f82ada094df088 100644
(file)
--- 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)