summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-04 13:40:38 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-04 13:40:38 +0200
commite727c58c7631472716101d049ecb4aeb4c40736c (patch)
tree2df3caf1c5fbb5b91992768190e77e9b36cad066
parent09ea05701a83b3e9ec4b82db89bcc7bf17675b6e (diff)
downloadembtoolkit-e727c58c7631472716101d049ecb4aeb4c40736c.tar.gz
embtoolkit-e727c58c7631472716101d049ecb4aeb4c40736c.tar.bz2
embtoolkit-e727c58c7631472716101d049ecb4aeb4c40736c.tar.xz
Packages: ncurses: fix issue reported about tic
This is an workaround to fix issue reported about tic on some distro. It disables build of terminfo database and enables termcap. Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/misc/ncurses/ncurses.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misc/ncurses/ncurses.mk b/packages/misc/ncurses/ncurses.mk
index 20a0361..4f1d98e 100644
--- a/packages/misc/ncurses/ncurses.mk
+++ b/packages/misc/ncurses/ncurses.mk
@@ -89,7 +89,7 @@ $(NCURSES_BUILD_DIR)/.configured:
./configure --build=$(HOST_BUILD) --host=$(STRICT_GNU_TARGET) \
--target=$(STRICT_GNU_TARGET) --program-prefix="" \
--prefix=/usr --disable-rpath --without-cxx-binding --without-ada \
- --libdir=/usr/$(LIBDIR)
+ --libdir=/usr/$(LIBDIR) --disable-database --enable-termcap
@touch $@
ncurses_clean: