From: <abe...@us...> - 2015-11-12 18:13:07
|
Revision: 7324 http://sourceforge.net/p/astlinux/code/7324 Author: abelbeck Date: 2015-11-12 18:13:06 +0000 (Thu, 12 Nov 2015) Log Message: ----------- sqlite, version bump to 3.9.2, added patch to (again) dynamically link shell tool Note: Talking with the sqliteodbc developer Christian Werner, the sqlite version does not necessarily need to match his latest release Modified Paths: -------------- branches/1.0/package/sqlite/sqlite.mk Added Paths: ----------- branches/1.0/package/sqlite/sqlite-dynamically-link-shell-tool.patch Added: branches/1.0/package/sqlite/sqlite-dynamically-link-shell-tool.patch =================================================================== --- branches/1.0/package/sqlite/sqlite-dynamically-link-shell-tool.patch (rev 0) +++ branches/1.0/package/sqlite/sqlite-dynamically-link-shell-tool.patch 2015-11-12 18:13:06 UTC (rev 7324) @@ -0,0 +1,11 @@ +--- sqlite-3090200/Makefile.in.orig 2015-11-12 10:34:16.000000000 -0600 ++++ sqlite-3090200/Makefile.in 2015-11-12 10:37:16.000000000 -0600 +@@ -107,7 +107,7 @@ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libsqlite3_la_LDFLAGS) $(LDFLAGS) -o $@ + PROGRAMS = $(bin_PROGRAMS) +-am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) sqlite3-sqlite3.$(OBJEXT) ++am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) $(top_builddir)/libsqlite3.la + sqlite3_OBJECTS = $(am_sqlite3_OBJECTS) + sqlite3_DEPENDENCIES = + sqlite3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ Modified: branches/1.0/package/sqlite/sqlite.mk =================================================================== --- branches/1.0/package/sqlite/sqlite.mk 2015-11-07 22:34:48 UTC (rev 7323) +++ branches/1.0/package/sqlite/sqlite.mk 2015-11-12 18:13:06 UTC (rev 7324) @@ -4,7 +4,7 @@ # ############################################################# -SQLITE_VERSION = 3080900 +SQLITE_VERSION = 3090200 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org/2015 SQLITE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |