diff --git a/component/maatkit/buildout.cfg b/component/maatkit/buildout.cfg deleted file mode 100644 index 7f5d7d5efeecdb5fd6ded97ba218f40495b99549..0000000000000000000000000000000000000000 --- a/component/maatkit/buildout.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[buildout] -extends = - ../perl/buildout.cfg - ../perl-DBI/buildout.cfg - ../perl-DBD-MySQL/buildout.cfg -parts = - maatkit - -[maatkit] -recipe = hexagonit.recipe.cmmi -depends = - ${perl:version} - ${perl-DBI:version} - ${perl-DBD-MySQL:version} -url = http://maatkit.googlecode.com/files/maatkit-7540.tar.gz -md5sum = 55457f98500b096a6bf549356d3445fe -configure-command = - ${perl:location}/bin/perl Makefile.PL diff --git a/component/perl-DBD-MySQL/DBD-mysql-4.019.rpathsupport.patch b/component/perl-DBD-MySQL/DBD-mysql-4.019.rpathsupport.patch deleted file mode 100644 index 10370c7d52c682b0b9322223ac1e7ff61472541a..0000000000000000000000000000000000000000 --- a/component/perl-DBD-MySQL/DBD-mysql-4.019.rpathsupport.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- DBD-mysql-4.019.back/Makefile.PL 2011-05-09 03:12:07.000000000 +0200 -+++ DBD-mysql-4.019/Makefile.PL 2011-06-22 11:44:06.478371893 +0200 -@@ -358,7 +358,14 @@ - 'Data::Dumper' => 0 }; - } - --ExtUtils::MakeMaker::WriteMakefile(%o); -+ -+my %config; -+if (defined($ENV{'OTHERLDFLAGS'})) { -+ $config{dynamic_lib} = { OTHERLDFLAGS => " $ENV{'OTHERLDFLAGS'} " }; -+} -+ -+ -+ExtUtils::MakeMaker::WriteMakefile(%o, %config); - exit 0; - - -