|
From: <abe...@us...> - 2016-04-17 14:19:30
|
Revision: 7643
http://sourceforge.net/p/astlinux/code/7643
Author: abelbeck
Date: 2016-04-17 14:19:27 +0000 (Sun, 17 Apr 2016)
Log Message:
-----------
sqlite, version bump to 3.12.1
Modified Paths:
--------------
branches/1.0/package/sqlite/sqlite.mk
Removed Paths:
-------------
branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch
Deleted: branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch
===================================================================
--- branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch 2016-04-17 13:55:08 UTC (rev 7642)
+++ branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch 2016-04-17 14:19:27 UTC (rev 7643)
@@ -1,13 +0,0 @@
---- sqlite-3110100/Makefile.am.orig 2016-03-10 10:12:23.000000000 -0600
-+++ sqlite-3110100/Makefile.am 2016-03-10 10:14:14.000000000 -0600
-@@ -6,8 +6,8 @@
- libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
-
- bin_PROGRAMS = sqlite3
--sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h
--sqlite3_LDADD = @READLINE_LIBS@
-+sqlite3_SOURCES = shell.c sqlite3.h
-+sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@
- sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@
- sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS
-
Modified: branches/1.0/package/sqlite/sqlite.mk
===================================================================
--- branches/1.0/package/sqlite/sqlite.mk 2016-04-17 13:55:08 UTC (rev 7642)
+++ branches/1.0/package/sqlite/sqlite.mk 2016-04-17 14:19:27 UTC (rev 7643)
@@ -4,14 +4,11 @@
#
#############################################################
-SQLITE_VERSION = 3110100
+SQLITE_VERSION = 3120100
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org/2016
SQLITE_INSTALL_STAGING = YES
-# required with sqlite-fix-disable-static-shell.patch
-SQLITE_AUTORECONF = YES
-
SQLITE_CFLAGS += -DSQLITE_ENABLE_COLUMN_METADATA
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) $(SQLITE_CFLAGS)"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|