|
@@ -1,7 +1,7 @@
|
|
|
Index: Makefile.in
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2008-10-14 20:07:37 +0200
|
|
|
|
|
-+++ Makefile.in 2008-10-15 19:59:08 +0200
|
|
|
|
|
-@@ -179,6 +179,30 @@
|
|
|
|
|
|
|
+--- Makefile.in.orig 2008-11-06 16:09:33 +0100
|
|
|
|
|
++++ Makefile.in 2008-11-12 19:23:43 +0100
|
|
|
|
|
+@@ -184,6 +184,30 @@
|
|
|
LIBOBJ = $(OBJS$(USE_AMALGAMATION))
|
|
LIBOBJ = $(OBJS$(USE_AMALGAMATION))
|
|
|
|
|
|
|
|
|
|
|
|
@@ -32,7 +32,7 @@ Index: Makefile.in
|
|
|
# All of the source code files.
|
|
# All of the source code files.
|
|
|
#
|
|
#
|
|
|
SRC = \
|
|
SRC = \
|
|
|
-@@ -786,3 +810,38 @@
|
|
|
|
|
|
|
+@@ -791,3 +815,38 @@
|
|
|
sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
|
|
sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
|
|
|
$(TCC) -shared -o $@ sqlite3.def \
|
|
$(TCC) -shared -o $@ sqlite3.def \
|
|
|
-Wl,"--strip-all" $(REAL_LIBOBJ)
|
|
-Wl,"--strip-all" $(REAL_LIBOBJ)
|
|
@@ -72,8 +72,8 @@ Index: Makefile.in
|
|
|
+ $(LTCOMPILE) -c $(TOP)/ext/rtree/rtree.c
|
|
+ $(LTCOMPILE) -c $(TOP)/ext/rtree/rtree.c
|
|
|
+
|
|
+
|
|
|
Index: sqlite3.pc.in
|
|
Index: sqlite3.pc.in
|
|
|
---- sqlite3.pc.in.orig 2008-10-14 20:07:39 +0200
|
|
|
|
|
-+++ sqlite3.pc.in 2008-10-15 19:59:34 +0200
|
|
|
|
|
|
|
+--- sqlite3.pc.in.orig 2008-11-06 16:07:53 +0100
|
|
|
|
|
++++ sqlite3.pc.in 2008-11-12 19:23:43 +0100
|
|
|
@@ -8,6 +8,5 @@
|
|
@@ -8,6 +8,5 @@
|
|
|
Name: SQLite
|
|
Name: SQLite
|
|
|
Description: SQL database engine
|
|
Description: SQL database engine
|