|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: DBD-SQLite-1.30_06/Makefile.PL
|
|
|
|
|
--- DBD-SQLite-1.30_06/Makefile.PL.orig 2010-09-09 03:44:01.000000000 +0200
|
|
|
|
|
+++ DBD-SQLite-1.30_06/Makefile.PL 2010-09-09 22:26:22.000000000 +0200
|
|
|
|
|
Index: DBD-SQLite-1.31/Makefile.PL
|
|
|
|
|
--- DBD-SQLite-1.31/Makefile.PL.orig 2010-09-09 03:44:01.000000000 +0200
|
|
|
|
|
+++ DBD-SQLite-1.31/Makefile.PL 2010-09-09 22:26:22.000000000 +0200
|
|
|
|
|
@@ -17,46 +17,9 @@
|
|
|
|
|
return @_;
|
|
|
|
|
}
|
|
|
|
|
@ -72,9 +72,9 @@ Index: DBD-SQLite-1.30_06/Makefile.PL
|
|
|
|
|
if ( $sqlite_inc ) {
|
|
|
|
|
push @CC_INC, "-I$sqlite_inc";
|
|
|
|
|
}
|
|
|
|
|
Index: DBD-SQLite-1.30_06/SQLiteXS.h
|
|
|
|
|
--- DBD-SQLite-1.30_06/SQLiteXS.h.orig 2010-09-09 03:44:01.000000000 +0200
|
|
|
|
|
+++ DBD-SQLite-1.30_06/SQLiteXS.h 2010-09-09 22:26:23.000000000 +0200
|
|
|
|
|
Index: DBD-SQLite-1.31/SQLiteXS.h
|
|
|
|
|
--- DBD-SQLite-1.31/SQLiteXS.h.orig 2010-09-09 03:44:01.000000000 +0200
|
|
|
|
|
+++ DBD-SQLite-1.31/SQLiteXS.h 2010-09-09 22:26:23.000000000 +0200
|
|
|
|
|
@@ -19,6 +19,5 @@
|
|
|
|
|
#include <dbd_xsh.h>
|
|
|
|
|
|
|
|
|
|
@ -82,9 +82,9 @@ Index: DBD-SQLite-1.30_06/SQLiteXS.h
|
|
|
|
|
-#include "fts3_tokenizer.h"
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
Index: DBD-SQLite-1.30_06/dbdimp.c
|
|
|
|
|
--- DBD-SQLite-1.30_06/dbdimp.c.orig 2010-09-09 03:44:01.000000000 +0200
|
|
|
|
|
+++ DBD-SQLite-1.30_06/dbdimp.c 2010-09-09 22:26:23.000000000 +0200
|
|
|
|
|
Index: DBD-SQLite-1.31/dbdimp.c
|
|
|
|
|
--- DBD-SQLite-1.31/dbdimp.c.orig 2010-09-09 03:44:01.000000000 +0200
|
|
|
|
|
+++ DBD-SQLite-1.31/dbdimp.c 2010-09-09 22:26:23.000000000 +0200
|
|
|
|
|
@@ -501,6 +501,7 @@
|
|
|
|
|
* EXPERIMENTAL bindings for FTS3 TOKENIZERS
|
|
|
|
|
* ====================================================================== */
|
|
|
|
|
|