diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-25 22:16:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-25 22:16:04 +0100 |
commit | 857b7edec53dd81e24941472f8278dd1b7f78463 (patch) | |
tree | 5863e86db0e1d443d874fc34318d7ff2e4aa6f0c /package/sqlite/patches/patch-Makefile_in | |
parent | 5683c8576efcdb830683a8b26f576892de7dbfce (diff) |
fix firefox build, update sqlite dependency
Diffstat (limited to 'package/sqlite/patches/patch-Makefile_in')
-rw-r--r-- | package/sqlite/patches/patch-Makefile_in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package/sqlite/patches/patch-Makefile_in b/package/sqlite/patches/patch-Makefile_in index ee30a61ba..3be3a2861 100644 --- a/package/sqlite/patches/patch-Makefile_in +++ b/package/sqlite/patches/patch-Makefile_in @@ -1,11 +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 +--- sqlite-3.7.3.orig/Makefile.in 2010-10-07 16:48:41.000000000 +0200 ++++ sqlite-3.7.3/Makefile.in 2010-11-25 20:15:04.156939429 +0100 +@@ -181,7 +181,7 @@ LIBOBJS0 = alter.lo analyze.lo attach.lo + table.lo tokenize.lo trigger.lo \ + update.lo util.lo vacuum.lo \ + vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbemem.lo vdbetrace.lo \ +- wal.lo walker.lo where.lo utf.o vtab.lo ++ wal.lo walker.lo where.lo utf.lo vtab.lo - 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 + # Object files for the amalgamation. + # |