diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:07 +0000 |
commit | 51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f (patch) | |
tree | 45589d27f33c5761591d3e65f39cc0f9953fa679 /include/package-defaults.mk | |
parent | 00bcebeb4cabcaa630ee940f8bd15d29a563afa6 (diff) | |
download | upstream-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.gz upstream-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.bz2 upstream-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.zip |
build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39980
Diffstat (limited to 'include/package-defaults.mk')
-rw-r--r-- | include/package-defaults.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-defaults.mk b/include/package-defaults.mk index 62ccbb93ef..8f35c3293e 100644 --- a/include/package-defaults.mk +++ b/include/package-defaults.mk @@ -64,6 +64,7 @@ ifneq ($(strip $(PKG_UNPACK)),) endif EXTRA_CXXFLAGS = $(EXTRA_CFLAGS) +DISABLE_NLS:=--disable-nls CONFIGURE_PREFIX:=/usr CONFIGURE_ARGS = \ |