From bcabe3b697f11c1d448685f1d5b91460d932539c Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Thu, 16 Jul 2020 10:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=200000-per?= =?UTF-8?q?l-DBD-SQLite-bz543982.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0000-perl-DBD-SQLite-bz543982.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 0000-perl-DBD-SQLite-bz543982.patch diff --git a/0000-perl-DBD-SQLite-bz543982.patch b/0000-perl-DBD-SQLite-bz543982.patch deleted file mode 100644 index 1d85380..0000000 --- a/0000-perl-DBD-SQLite-bz543982.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up DBD-SQLite-1.27/Makefile.PL.old DBD-SQLite-1.27/Makefile.PL ---- DBD-SQLite-1.27/Makefile.PL.old 2009-11-23 12:08:05.000000000 +0100 -+++ DBD-SQLite-1.27/Makefile.PL 2010-01-11 15:40:56.456399143 +0100 -@@ -129,7 +129,7 @@ if ( $@ or DBI->VERSION < $DBI_required - # a system sqlite is also sophisticated enough to have a patching system - # that can change the if ( 0 ) to if ( 1 ) - my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc); --if ( 0 ) { -+if ( 1 ) { - require File::Spec; - if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) { - $sqlite_base =~ /=(.*)/;