\
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
file://tic-hang.patch \
+ file://config.cache \
"
SRC_URI[tarball.md5sum] = "cce05daf61a64501ef6cd8da1f727ec6"
PARALLEL_MAKE = ""
EXTRA_AUTORECONF = "-I m4"
+CONFIG_SITE =+ "${WORKDIR}/config.cache"
# Whether to enable separate widec libraries; must be 'true' or 'false'
ENABLE_WIDEC = "true"
# patched autoconf213 to generate the configure script. This autoconf
# is not available so that the shipped script will be used.
do_configure() {
+ # check does not work with cross-compiling and is generally
+ # broken because it requires stdin to be pollable (which is
+ # not the case for /dev/null redirections)
+ export cf_cv_working_poll=yes
+
for i in \
'narrowc' \
'widec --enable-widec --without-progs'; do
--disable-static \
--without-debug \
--without-ada \
+ --without-gpm \
--enable-hard-tabs \
--enable-xmc-glitch \
--enable-colorfgbg \