From cb4fbbff8c37f8c18c6be0399d55ae20d09026ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 19 Feb 2010 13:19:51 +0000
Subject: [PATCH]  - check that mysql-python egg is using local mysql library

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32861 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildout/Makefile b/buildout/Makefile
index cf39a26e62..b5df569bd0 100644
--- a/buildout/Makefile
+++ b/buildout/Makefile
@@ -34,6 +34,7 @@ assert-eggs-2.4:
 	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
-- 
2.30.9