summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
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 \