summaryrefslogtreecommitdiffstats
path: root/rules/readline.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-01-17 17:39:17 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-01-17 17:39:17 +0000
commit2bb3e6bdcb5bdbcac4d265aba968d617fc5c8553 (patch)
tree994148b71982de7bf18cb7ff9e9d4edd90f7be68 /rules/readline.make
parent8925f1bfc855c3981d3713b1f0c9e48f3471a3d9 (diff)
downloadptxdist-2bb3e6bdcb5bdbcac4d265aba968d617fc5c8553.tar.gz
ptxdist-2bb3e6bdcb5bdbcac4d265aba968d617fc5c8553.tar.xz
* readline: A few configure warnings fixed
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9563 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/readline.make')
-rw-r--r--rules/readline.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/readline.make b/rules/readline.make
index 77436f8cb..3dbb5c15a 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -56,6 +56,17 @@ ifdef PTXCONF_READLINE_NCURSES
READLINE_AUTOCONF += --with-curses
endif
+# configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
+# configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
+# configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
+# configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
+READLINE_AUTOCONF += \
+ bash_cv_must_reinstall_sighandlers=no \
+ bash_cv_func_sigsetjmp=present \
+ bash_cv_func_strcoll_broken=no \
+ bash_cv_func_ctype_nonascii=yes
+
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------