|
|
@@ -1,6 +1,6 @@
|
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2011-09-19 20:46:52.000000000 +0200
|
|
|
-+++ Makefile.in 2011-09-24 10:21:36.000000000 +0200
|
|
|
+--- Makefile.in.orig 2011-11-01 13:31:18.000000000 +0100
|
|
|
++++ Makefile.in 2011-11-03 09:34:18.000000000 +0100
|
|
|
@@ -188,6 +188,21 @@
|
|
|
#
|
|
|
LIBOBJ = $(LIBOBJS$(USE_AMALGAMATION))
|
|
|
@@ -42,23 +42,23 @@ Index: Makefile.in
|
|
|
# Rules to build the 'testfixture' application.
|
|
|
#
|
|
|
Index: configure
|
|
|
---- configure.orig 2011-09-19 20:46:52.000000000 +0200
|
|
|
-+++ configure 2011-09-24 10:21:59.000000000 +0200
|
|
|
-@@ -5972,10 +5972,7 @@
|
|
|
+--- configure.orig 2011-11-01 13:31:18.000000000 +0100
|
|
|
++++ configure 2011-11-03 09:34:45.000000000 +0100
|
|
|
+@@ -5979,10 +5979,7 @@
|
|
|
if $ac_preproc_ok; then :
|
|
|
|
|
|
else
|
|
|
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
--as_fn_error "C preprocessor \"$CPP\" fails sanity check
|
|
|
--See \`config.log' for more details." "$LINENO" 5; }
|
|
|
+-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
|
|
|
+-See \`config.log' for more details" "$LINENO" 5 ; }
|
|
|
+ :
|
|
|
fi
|
|
|
|
|
|
ac_ext=c
|
|
|
Index: ext/regexp/regexp.c
|
|
|
---- ext/regexp/regexp.c.orig 2011-09-24 10:21:36.000000000 +0200
|
|
|
-+++ ext/regexp/regexp.c 2011-09-24 10:21:36.000000000 +0200
|
|
|
+--- ext/regexp/regexp.c.orig 2011-11-03 09:34:22.000000000 +0100
|
|
|
++++ ext/regexp/regexp.c 2011-11-03 09:34:22.000000000 +0100
|
|
|
@@ -0,0 +1,147 @@
|
|
|
+/*
|
|
|
+ * SQLite REGEXP(regex, string) function
|
|
|
@@ -208,8 +208,8 @@ Index: ext/regexp/regexp.c
|
|
|
+#endif
|
|
|
+
|
|
|
Index: sqlite3.pc.in
|
|
|
---- sqlite3.pc.in.orig 2011-09-19 20:46:52.000000000 +0200
|
|
|
-+++ sqlite3.pc.in 2011-09-24 10:21:36.000000000 +0200
|
|
|
+--- sqlite3.pc.in.orig 2011-11-01 13:31:18.000000000 +0100
|
|
|
++++ sqlite3.pc.in 2011-11-03 09:34:22.000000000 +0100
|
|
|
@@ -8,6 +8,5 @@
|
|
|
Name: SQLite
|
|
|
Description: SQL database engine
|
|
|
@@ -219,8 +219,8 @@ Index: sqlite3.pc.in
|
|
|
+Libs: -L${libdir} -lsqlite3 @LIBS@
|
|
|
Cflags: -I${includedir}
|
|
|
Index: src/main.c
|
|
|
---- src/main.c.orig 2011-09-19 20:46:52.000000000 +0200
|
|
|
-+++ src/main.c 2011-09-24 10:21:36.000000000 +0200
|
|
|
+--- src/main.c.orig 2011-11-01 13:31:18.000000000 +0100
|
|
|
++++ src/main.c 2011-11-03 09:34:22.000000000 +0100
|
|
|
@@ -2257,6 +2257,13 @@
|
|
|
}
|
|
|
#endif
|