summaryrefslogtreecommitdiff
path: root/system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 17:31:28 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 17:31:28 -0500
commit8ed2ee1edfbb86747ef924e53bd64a5493b81ef9 (patch)
tree30d041fa9c529b39ae3e22bd981fbc3554e5d2bf /system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch
parentb3bdbf4fc89df0a7553a553af897d92c860118fd (diff)
downloadpackages-8ed2ee1edfbb86747ef924e53bd64a5493b81ef9.tar.gz
packages-8ed2ee1edfbb86747ef924e53bd64a5493b81ef9.tar.bz2
packages-8ed2ee1edfbb86747ef924e53bd64a5493b81ef9.tar.xz
packages-8ed2ee1edfbb86747ef924e53bd64a5493b81ef9.zip
system/perl-dbd-sqlite: pull in for whatever (apk index says we need it)
Diffstat (limited to 'system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch')
-rw-r--r--system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch b/system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch
new file mode 100644
index 000000000..6057ce097
--- /dev/null
+++ b/system/perl-dbd-sqlite/perl-DBD-SQLite-bz543982.patch
@@ -0,0 +1,12 @@
+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
+@@ -123,7 +123,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 =~ /=(.*)/;