Commit 75196cc9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* enable wide-character support in ncurses.

* mysql-5.1/bin/mysql tries to link with ncursesw if possible.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40774 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa277097
......@@ -9,4 +9,8 @@ recipe = erp5.recipe.cmmisafe
url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz
md5sum = cce05daf61a64501ef6cd8da1f727ec6
configure-options =
--with-shared --with-normal --without-debug --enable-rpath
--with-shared
--with-normal
--without-debug
--enable-rpath
--enable-widec
......@@ -401,7 +401,7 @@ class AssertMysql51(AssertSoftwareMixin):
def test_ld_mysql(self):
self.assertLibraryList('parts/mysql-5.1/bin/mysql', ['libc', 'libz', 'libcrypt', 'libgcc_s', 'libm',
'libmysqlclient', 'libncurses', 'libnsl', 'libpthread', 'libreadline',
'libmysqlclient', 'libncursesw', 'libnsl', 'libpthread', 'libreadline',
'libstdc++'], ['ncurses', 'zlib', 'readline'],
[os.path.join(os.path.abspath(os.curdir),
'parts', 'mysql-5.1', 'lib', 'mysql')])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment