From 053831a8d92b381d630a773c608b794cef053f1d Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Tue, 21 Jun 2011 15:39:41 +0200
Subject: [PATCH] ... Use the right perl package ...

---
 component/perl-DBD-MySQL/buildout.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/component/perl-DBD-MySQL/buildout.cfg b/component/perl-DBD-MySQL/buildout.cfg
index e718a05d8..826957641 100644
--- a/component/perl-DBD-MySQL/buildout.cfg
+++ b/component/perl-DBD-MySQL/buildout.cfg
@@ -8,11 +8,11 @@ parts =
 
 [perl-DBD-MySQL]
 recipe = hexagonit.recipe.cmmi
-version = 1.2219
+version = 4.019
 depends =
   ${perl:version}
   ${perl-DBI:version}
-url = http://search.cpan.org/CPAN/authors/id/J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz
-md5sum = ad3dec1881d4c4ff9a353f33ff434b5f
+url = http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.019.tar.gz
+md5sum = 566d98ab8ffac9626a31f6f6d455558e
 configure-command =
-  ${perl:location}/bin/perl Makefile.PL --nomsql-install --nomsql1-install --mysql-install --mysql-incdir=${mysql-tritonn-5.0:location}/include/mysql --mysql-libdir=${mysql-tritonn-5.0:location}/lib/mysql --noprompt
+  ${perl:location}/bin/perl Makefile.PL --mysql_config=${mysql-tritonn-5.0:location}/bin/mysql_config --with-mysql=${mysql-tritonn-5.0:location}
-- 
2.30.9