diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-11 10:05:00 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-11 10:05:00 +0000 |
commit | 2732b0a73328733bdae2816e1eb078627618c8c5 (patch) | |
tree | d8f4d1a0516beac62974814fa5f02ae851e34419 | |
parent | e932bbad533efaf6b3ff1af116efffb64fd39565 (diff) |
[include] nls.mk: fix build dependency on gettext (#11829)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32665 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/nls.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nls.mk b/include/nls.mk index 7743da470..19456640c 100644 --- a/include/nls.mk +++ b/include/nls.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -23,7 +23,7 @@ else endif PKG_CONFIG_DEPENDS += CONFIG_BUILD_NLS -PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:gettext +PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:libintl ICONV_DEPENDS:=+BUILD_NLS:libiconv-full ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include |