Группа :: Разработка/Perl
Пакет: perl-DBD-SQLite
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: perl-DBD-SQLite-1.07-alt-makefile-buildreq.patch
--- DBD-SQLite-1.07/Makefile.PL- 2004-10-12 09:03:50 +0000
+++ DBD-SQLite-1.07/Makefile.PL 2004-12-19 18:32:10 +0000
@@ -7,6 +7,8 @@ eval {
use ExtUtils::MakeMaker;
use Config;
use strict;
+
+=pod
eval {
require DBD::SQLite;
if ($DBD::SQLite::VERSION < 1.0) {
@@ -35,6 +37,7 @@ EOT
}
}
};
+=cut # (ALT) don't look for existing installations
my $nlid = $DBI::VERSION > 1.42 ? '' : '-Dno_last_insert_id';