diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-15 15:22:42 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-15 15:22:42 +0000 |
commit | ba66481c9d46f81961465b6962f831082027ef84 (patch) | |
tree | 186dc48c6b26952e31fdb111ec0d8a1c796eec4a /meta/site/mips-linux | |
parent | b0bda60d77f066fefb57a7b084a6a0d3eee2a6ee (diff) | |
download | openembedded-core-ba66481c9d46f81961465b6962f831082027ef84.tar.gz openembedded-core-ba66481c9d46f81961465b6962f831082027ef84.tar.bz2 openembedded-core-ba66481c9d46f81961465b6962f831082027ef84.zip |
site/mips-linux: add readline
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/site/mips-linux')
-rw-r--r-- | meta/site/mips-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 8cedb09fff..e23b4a0cb6 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux @@ -117,3 +117,6 @@ mono_cv_uscore=${mono_cv_uscore=no} # popt ac_cv_va_copy=${ac_cv_va_copy=yes} ac_cv___va_copy=${ac_cv___va_copy=yes} + +# readline +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} |