summaryrefslogtreecommitdiff
path: root/package/sqlite/patches/patch-Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-22 18:24:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-22 18:24:57 +0100
commit7eb57a4fac80b8c745f4ac811a07d134cc448d8a (patch)
tree7c5786cdee0c22cadf079670e69b45424701b290 /package/sqlite/patches/patch-Makefile_in
parent9ae994b86d18e9d0baa680442e59724815bd872a (diff)
parentc111f14db1b4558ebf5b2e894315c8e5217bf6fc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sqlite/patches/patch-Makefile_in')
-rw-r--r--package/sqlite/patches/patch-Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/sqlite/patches/patch-Makefile_in b/package/sqlite/patches/patch-Makefile_in
new file mode 100644
index 000000000..ee30a61ba
--- /dev/null
+++ b/package/sqlite/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- sqlite-3.6.20.orig/Makefile.in 2009-10-30 14:34:59.000000000 +0100
++++ sqlite-3.6.20/Makefile.in 2009-11-20 21:44:49.000000000 +0100
+@@ -688,7 +688,7 @@ status.lo: $(TOP)/src/status.c $(HDR)
+ $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/status.c
+
+ sqlite3.h: $(TOP)/src/sqlite.h.in $(TOP)/manifest.uuid $(TOP)/VERSION
+- tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
++ #tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
+
+ table.lo: $(TOP)/src/table.c $(HDR)
+ $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/table.c