summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-19 10:50:29 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-19 10:50:29 +0100
commit5a5963c9d4c1a2df7970f45eb8fc80fa64c39778 (patch)
treea1b604508772bba887897c883393c55309952d82 /packages/misc
parent488d19c0ce2d31407c787eaa98008741edbfb475 (diff)
downloadembtoolkit-5a5963c9d4c1a2df7970f45eb8fc80fa64c39778.tar.gz
embtoolkit-5a5963c9d4c1a2df7970f45eb8fc80fa64c39778.tar.bz2
embtoolkit-5a5963c9d4c1a2df7970f45eb8fc80fa64c39778.tar.xz
Packages: ncurses: remove unneeded dependency to EGLIBC_CHARSETS
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/ncurses/ncurses.kconfig3
-rw-r--r--packages/misc/ncurses/ncurses.mk2
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/misc/ncurses/ncurses.kconfig b/packages/misc/ncurses/ncurses.kconfig
index 9ca7bfd..69418d4 100644
--- a/packages/misc/ncurses/ncurses.kconfig
+++ b/packages/misc/ncurses/ncurses.kconfig
@@ -18,14 +18,13 @@
#
# \file ncurses.kconfig
# \brief ncurses.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date January 2010
################################################################################
config EMBTK_HAVE_NCURSES
bool "Have ncurses"
select EMBTK_NCURSES_PKG_IS_TARGZ
- select KEMBTK_EGLIBC_OPTION_EGLIBC_CHARSETS if EMBTK_CLIB_EGLIBC
help
The Ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more. It uses Terminfo
diff --git a/packages/misc/ncurses/ncurses.mk b/packages/misc/ncurses/ncurses.mk
index eb961cf..20168e1 100644
--- a/packages/misc/ncurses/ncurses.mk
+++ b/packages/misc/ncurses/ncurses.mk
@@ -43,7 +43,7 @@ NCURSES_LIBS = libcurses.a libform.a libform_g.a libmenu.a libmenu_g.a \
libpanel_g.a terminfo
NCURSES_PKGCONFIGS =
-NCURSES_CONFIGURE_ENV := CFLAGS="$(CFLAGS) -fPIC"
+NCURSES_CONFIGURE_ENV := CFLAGS="$(CFLAGS) -fPIC" ac_cv_header_locale_h=no
NCURSES_CONFIGURE_OPTS := --disable-rpath --without-cxx-binding \
--without-ada --disable-database \
--enable-termcap --without-progs \