|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: DBD-SQLite-1.13/Makefile.PL
|
|
|
|
|
--- DBD-SQLite-1.13/Makefile.PL.orig 2006-09-08 05:45:13 +0200
|
|
|
|
|
+++ DBD-SQLite-1.13/Makefile.PL 2007-04-15 10:47:17 +0200
|
|
|
|
|
+++ DBD-SQLite-1.13/Makefile.PL 2007-06-26 21:06:20 +0200
|
|
|
|
|
@@ -10,34 +10,6 @@
|
|
|
|
|
}
|
|
|
|
|
use Config;
|
|
|
|
|
@ -63,7 +63,7 @@ Index: DBD-SQLite-1.13/Makefile.PL
|
|
|
|
|
( ($Config{d_usleep} ||
|
|
|
|
|
Index: DBD-SQLite-1.13/dbdimp.c
|
|
|
|
|
--- DBD-SQLite-1.13/dbdimp.c.orig 2006-09-08 06:50:50 +0200
|
|
|
|
|
+++ DBD-SQLite-1.13/dbdimp.c 2007-04-15 10:47:17 +0200
|
|
|
|
|
+++ DBD-SQLite-1.13/dbdimp.c 2007-06-26 21:06:20 +0200
|
|
|
|
|
@@ -394,14 +394,17 @@
|
|
|
|
|
|
|
|
|
|
sqlite_trace(3, "Execute returned %d cols\n", DBIc_NUM_FIELDS(imp_sth));
|
|
|
|
|
@ -85,7 +85,7 @@ Index: DBD-SQLite-1.13/dbdimp.c
|
|
|
|
|
imp_sth->nrow = sqlite3_changes(imp_dbh->db);
|
|
|
|
|
Index: DBD-SQLite-1.13/dbdimp.h
|
|
|
|
|
--- DBD-SQLite-1.13/dbdimp.h.orig 2006-09-08 06:50:50 +0200
|
|
|
|
|
+++ DBD-SQLite-1.13/dbdimp.h 2007-04-15 10:47:17 +0200
|
|
|
|
|
+++ DBD-SQLite-1.13/dbdimp.h 2007-06-26 21:06:20 +0200
|
|
|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
#define _DBDIMP_H 1
|
|
|
|
|
|
|
|
|
|
@ -96,22 +96,20 @@ Index: DBD-SQLite-1.13/dbdimp.h
|
|
|
|
|
/* 30 second timeout by default */
|
|
|
|
|
#define SQL_TIMEOUT 30000
|
|
|
|
|
Index: DBD-cego/Makefile.PL
|
|
|
|
|
--- DBD-cego/Makefile.PL.orig 2007-03-31 19:16:24 +0200
|
|
|
|
|
+++ DBD-cego/Makefile.PL 2007-04-15 10:48:31 +0200
|
|
|
|
|
@@ -43,8 +43,8 @@
|
|
|
|
|
--- DBD-cego/Makefile.PL.orig 2007-06-25 20:38:07 +0200
|
|
|
|
|
+++ DBD-cego/Makefile.PL 2007-06-26 21:07:10 +0200
|
|
|
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
'VERSION_FROM' => 'Cego.pm',
|
|
|
|
|
'PREREQ_PM' => {DBI => 1.03},
|
|
|
|
|
'OBJECT' => '$(O_FILES)',
|
|
|
|
|
- 'INC' => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include',
|
|
|
|
|
- 'LDDLFLAGS' => '-bundle -undefined dynamic_lookup',
|
|
|
|
|
+ 'INC' => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include/cego',
|
|
|
|
|
+ 'LDDLFLAGS' => '',
|
|
|
|
|
'MYEXTLIB' => $opt->{'prefix'} . "/lib/libCego.a "
|
|
|
|
|
. $opt->{'prefix'} . "/lib/libXML.a "
|
|
|
|
|
. $opt->{'prefix'} . "/lib/libBase.a",
|
|
|
|
|
Index: DBD-mysql-4.005/dbdimp.h
|
|
|
|
|
--- DBD-mysql-4.005/dbdimp.h.orig 2007-03-20 14:47:29 +0100
|
|
|
|
|
+++ DBD-mysql-4.005/dbdimp.h 2007-04-15 10:47:17 +0200
|
|
|
|
|
--- DBD-mysql-4.005/dbdimp.h.orig 2007-06-07 13:51:16 +0200
|
|
|
|
|
+++ DBD-mysql-4.005/dbdimp.h 2007-06-26 21:06:20 +0200
|
|
|
|
|
@@ -19,6 +19,7 @@
|
|
|
|
|
* Header files we use
|
|
|
|
|
*/
|
|
|
|
|
|