summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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