diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-25 21:04:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-26 12:41:05 +0200 |
commit | 1cf04b9efde27c39a600862f962e0a703e3fc20f (patch) | |
tree | 9e5c99ba274e7727a3e2cc65c39d26cc2fe45bdc /package/gettext | |
parent | 9162b50f553369444930878e318a929509aa720f (diff) |
rework intl/iconv/locale configuration for uClibc-ng toolchains
Diffstat (limited to 'package/gettext')
-rw-r--r-- | package/gettext/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext/Makefile b/package/gettext/Makefile index 5ab5bb152..82439e19e 100644 --- a/package/gettext/Makefile +++ b/package/gettext/Makefile @@ -12,6 +12,7 @@ PKG_SECTION:= libs/misc PKG_URL:= https://www.gnu.org/software/gettext/ PKG_SITES:= http://ftp.gnu.org/pub/gnu/gettext/ PKG_OPTS:= dev +PKG_CFLINE_GETTEXT:= depends on !ADK_TARGET_LIBC_WITHOUT_LIBICONV include $(ADK_TOPDIR)/mk/host.mk include $(ADK_TOPDIR)/mk/package.mk |