[Erp5-report] r40774 kazuhiko - in /erp5/trunk/buildout: software-profiles/ tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 26 13:22:25 CET 2010
Author: kazuhiko
Date: Fri Nov 26 13:22:24 2010
New Revision: 40774
URL: http://svn.erp5.org?rev=40774&view=rev
Log:
* enable wide-character support in ncurses.
* mysql-5.1/bin/mysql tries to link with ncursesw if possible.
Modified:
erp5/trunk/buildout/software-profiles/ncurses.cfg
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/software-profiles/ncurses.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ncurses.cfg?rev=40774&r1=40773&r2=40774&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ncurses.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ncurses.cfg [utf8] Fri Nov 26 13:22:24 2010
@@ -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
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40774&r1=40773&r2=40774&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Fri Nov 26 13:22:24 2010
@@ -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')])
More information about the Erp5-report
mailing list