public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] sqlite: update to 3110000
@ 2016-02-18 19:59 Marcel Lorenz
  0 siblings, 0 replies; only message in thread
From: Marcel Lorenz @ 2016-02-18 19:59 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

---
 lfs/sqlite | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/lfs/sqlite b/lfs/sqlite
index 903bcb2..d68c140 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,8 +24,7 @@
 
 include Config
 
-VER        = 3080704
-
+VER        = 3090100
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
@@ -40,7 +39,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 33bb8db0038317ce1b0480ca1185c7ba
+$(DL_FILE)_MD5 = 74931054399a2d7acf35637efe8d6f45
 
 install : $(TARGET)
 
@@ -70,7 +69,12 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure --prefix=/usr
+	cd $(DIR_APP) && ./configure --prefix=/usr --disable-static \
+	CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
+	-DSQLITE_ENABLE_COLUMN_METADATA=1     \
+	-DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
+	-DSQLITE_SECURE_DELETE=1              \
+	-DSQLITE_ENABLE_DBSTAT_VTAB=1"
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
1.9.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-18 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 19:59 [PATCH] sqlite: update to 3110000 Marcel Lorenz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox