|
|
@@ -1,6 +1,6 @@
|
|
|
-Index: DBD-SQLite-1.26_02/Makefile.PL
|
|
|
---- DBD-SQLite-1.26_02/Makefile.PL.orig 2009-04-14 17:43:16 +0200
|
|
|
-+++ DBD-SQLite-1.26_02/Makefile.PL 2009-04-15 18:18:30 +0200
|
|
|
+Index: DBD-SQLite-1.26_03/Makefile.PL
|
|
|
+--- DBD-SQLite-1.26_03/Makefile.PL.orig 2009-08-12 07:53:19 +0200
|
|
|
++++ DBD-SQLite-1.26_03/Makefile.PL 2009-08-12 12:40:10 +0200
|
|
|
@@ -17,46 +17,7 @@
|
|
|
return @_;
|
|
|
}
|
|
|
@@ -46,16 +46,16 @@ Index: DBD-SQLite-1.26_02/Makefile.PL
|
|
|
- exit(0);
|
|
|
-}
|
|
|
|
|
|
- # 2005/6/19, by rjray@blackperl.com
|
|
|
- #
|
|
|
-@@ -154,20 +115,17 @@
|
|
|
+ # Determine if we are going to use the provided SQLite code, or an already-
|
|
|
+ # installed copy. To this end, look for two command-line parameters:
|
|
|
+@@ -148,17 +109,17 @@
|
|
|
# Prepare Compiler Options
|
|
|
|
|
|
my @CC_LIBS = ();
|
|
|
-if ( $sqlite_lib ) {
|
|
|
- push @CC_LIBS, "-L$sqlite_lib";
|
|
|
-}
|
|
|
--unless ( $force_local ) {
|
|
|
+-unless ( $sqlite_local ) {
|
|
|
- push @CC_LIBS, '-lsqlite3';
|
|
|
-}
|
|
|
+my $libs = `@l_prefix@/bin/pkg-config sqlite3 --libs`;
|
|
|
@@ -68,16 +68,13 @@ Index: DBD-SQLite-1.26_02/Makefile.PL
|
|
|
'-I.',
|
|
|
'-I$(DBI_INSTARCH_DIR)',
|
|
|
);
|
|
|
--if ( $sqlite_inc ) {
|
|
|
-- push @CC_INC, "-I$sqlite_inc";
|
|
|
--}
|
|
|
+unshift @INC, $inc;
|
|
|
-
|
|
|
- my @CC_DEFINE = (
|
|
|
- '-DSQLITE_CORE',
|
|
|
+ if ( $sqlite_inc ) {
|
|
|
+ push @CC_INC, "-I$sqlite_inc";
|
|
|
+ }
|
|
|
Index: DBD-Sybase-1.09/dbdimp.c
|
|
|
--- DBD-Sybase-1.09/dbdimp.c.orig 2008-08-31 14:08:17 +0200
|
|
|
-+++ DBD-Sybase-1.09/dbdimp.c 2009-04-15 18:18:30 +0200
|
|
|
++++ DBD-Sybase-1.09/dbdimp.c 2009-08-12 12:39:07 +0200
|
|
|
@@ -774,22 +774,22 @@
|
|
|
|
|
|
#if defined(CS_VERSION_150)
|
|
|
@@ -108,7 +105,7 @@ Index: DBD-Sybase-1.09/dbdimp.c
|
|
|
if (cs_config(context, CS_SET, CS_MESSAGE_CB,
|
|
|
Index: DBD-cego/Makefile.PL
|
|
|
--- DBD-cego/Makefile.PL.orig 2009-04-09 17:37:51 +0200
|
|
|
-+++ DBD-cego/Makefile.PL 2009-04-15 18:18:55 +0200
|
|
|
++++ DBD-cego/Makefile.PL 2009-08-12 12:39:07 +0200
|
|
|
@@ -43,7 +43,7 @@
|
|
|
'VERSION_FROM' => 'Cego.pm',
|
|
|
'PREREQ_PM' => {DBI => 1.03},
|
|
|
@@ -119,8 +116,8 @@ Index: DBD-cego/Makefile.PL
|
|
|
. $opt->{'prefix'} . "/lib/libXML.a "
|
|
|
. $opt->{'prefix'} . "/lib/libBase.a",
|
|
|
Index: DBD-mysql-4.012/dbdimp.h
|
|
|
---- DBD-mysql-4.012/dbdimp.h.orig 2009-04-13 14:10:40 +0200
|
|
|
-+++ DBD-mysql-4.012/dbdimp.h 2009-04-15 18:18:30 +0200
|
|
|
+--- DBD-mysql-4.012/dbdimp.h.orig 2009-06-19 03:54:47 +0200
|
|
|
++++ DBD-mysql-4.012/dbdimp.h 2009-08-12 12:39:07 +0200
|
|
|
@@ -19,6 +19,7 @@
|
|
|
* Header files we use
|
|
|
*/
|