From 2aab870dc5aa664d09842d2cf5e0b96f125e4f44 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 16 2020 11:33:29 +0000 Subject: Apply patch perl-DBD-SQLite-bz543982.patch patch_name: perl-DBD-SQLite-bz543982.patch present_in_specfile: true --- diff --git a/Makefile.PL b/Makefile.PL index aca8187..fcdf771 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -129,7 +129,7 @@ SCOPE: { # 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 =~ /=(.*)/;