summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-12-28 10:22:40 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-12-28 10:22:40 +0000
commit3b2a7eb7fbdc60dc6a762bcebac039b887e6aa16 (patch)
tree1c9e59efa2af4fdf9f454899af6bb76b4c50dad2
parent1e60a4bea89ae7126e78b48c2e89feee774ae709 (diff)
downloadptxdist-3b2a7eb7fbdc60dc6a762bcebac039b887e6aa16.tar.gz
ptxdist-3b2a7eb7fbdc60dc6a762bcebac039b887e6aa16.tar.xz
* sqlite: version bump, old version was not available any more
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7665 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--ChangeLog1
-rw-r--r--rules/sqlite.make8
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 29511fa15..0de9ffe2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* mad: fixed URL, moved packet to pengutronix server because
upstream version has disappeared
* pekwm: fixed URL (dito)
+ * sqlite: version bump, old version was not available any more
2007-12-27 Robert Schwebel <r.schwebel@pengutronix.de>
diff --git a/rules/sqlite.make b/rules/sqlite.make
index 0d2cf782e..3bc638f11 100644
--- a/rules/sqlite.make
+++ b/rules/sqlite.make
@@ -1,9 +1,9 @@
# -*-makefile-*-
-#
+#
# $Id$
#
# Copyright (C) 2004 by Ladislav Michl
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite
#
# Paths and names
#
-SQLITE_VERSION = 3.3.13
+SQLITE_VERSION = 3.5.4
SQLITE = sqlite-$(SQLITE_VERSION)
SQLITE_SUFFIX = tar.gz
SQLITE_URL = http://www.sqlite.org/$(SQLITE).$(SQLITE_SUFFIX)
@@ -102,7 +102,7 @@ $(STATEDIR)/sqlite.prepare: $(sqlite_prepare_deps_default)
echo 'libsqlite: $$(LIBOBJ) libsqlite3.a' >> $(SQLITE_MK)
echo -e '\t$$(TCCX) $(SQLITE_LDFLAGS) $$(LIBOBJ)' >> $(SQLITE_MK)
@$(call touch, $@)
-
+
# ----------------------------------------------------------------------------
# Compile