[Erp5-report] r32861 luke - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 19 14:19:53 CET 2010


Author: luke
Date: Fri Feb 19 14:19:51 2010
New Revision: 32861

URL: http://svn.erp5.org?rev=32861&view=rev
Log:
 - check that mysql-python egg is using local mysql library

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32861&r1=32860&r2=32861&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Fri Feb 19 14:19:51 2010
@@ -34,6 +34,7 @@
 	ls -d develop-eggs/itools-*-py2.4-*-*.egg
 	ls -d develop-eggs/itools-*-py2.4-*-*.egg
 	ls -d develop-eggs/MySQL_python-*-py2.4-*-*.egg
+	ldd develop-eggs/MySQL_python-1.2.3c1-py2.4-linux-x86_64.egg/_mysql.so | grep 'parts/mysql-tritonn-5.0/lib/mysql/libmysqlclient_r.so'
 
 create-mandriva2010-rpm: bin/buildout
 	bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm




More information about the Erp5-report mailing list