]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
sqlite: Update to 3.7.10.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 4 Mar 2012 19:43:08 +0000 (20:43 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 4 Mar 2012 19:43:08 +0000 (20:43 +0100)
I also removed autoconf, automake and libtool from requires,
because no patches will be applied at the moment.

Fixes #10050.

sqlite/patches/sqlite-3.6.12-libdl.patch [deleted file]
sqlite/sqlite.nm

diff --git a/sqlite/patches/sqlite-3.6.12-libdl.patch b/sqlite/patches/sqlite-3.6.12-libdl.patch
deleted file mode 100644 (file)
index 4d2c272..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up sqlite-3.6.4/configure.ac.orig sqlite-3.6.4/configure.ac
---- sqlite-3.6.4/configure.ac.orig     2008-11-08 11:37:15.000000000 +0200
-+++ sqlite-3.6.4/configure.ac  2008-11-08 11:35:50.000000000 +0200
-@@ -606,6 +606,7 @@ AC_ARG_ENABLE(load-extension, AC_HELP_ST
-       [use_loadextension=$enableval],[use_loadextension=no])
- if test "${use_loadextension}" = "yes" ; then
-   OPT_FEATURE_FLAGS=""
-+  AC_SEARCH_LIBS(dlopen, [dl])
- else
-   OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
- fi
index 530f18019680e68b383688293a52477ec2057b22..5bbbb31e82a25745b7a4003ee6b75c8e0fc7b1cb 100644 (file)
@@ -4,8 +4,9 @@
 ###############################################################################
 
 name       = sqlite
-version    = 3.7.3
+version    = 3.7.10
 release    = 1
+realver    = 3071000
 
 groups     = System/Databases
 url        = http://www.sqlite.org/
@@ -13,21 +14,19 @@ license    = PublicDomain
 summary    = A small an versative Database, that uses simple text files.
 
 description
-       SQLite is a in-process library that implements a self-contained, \
-       serverless, zero-configuration, transactional SQL database engine. \
-       The code for SQLite is in the public domain and is thus free for \
-       use for any purpose, commercial or private. SQLite is currently \
-       found in more applications than we can count, including several \
+       SQLite is a in-process library that implements a self-contained,
+       serverless, zero-configuration, transactional SQL database engine.
+       The code for SQLite is in the public domain and is thus free for
+       use for any purpose, commercial or private. SQLite is currently
+       found in more applications than we can count, including several
        high-profile projects.
 end
 
-source_dl  =
+thisapp    = %{name}-autoconf-%{realver}
+source_dl  = http://www.sqlite.org/
 
 build
        requires
-               autoconf
-               automake
-               libtool
                ncurses-devel
                readline-devel
                tcl
@@ -47,10 +46,6 @@ build
                --enable-threads-override-locks \
                --enable-load-extension \
                --disable-tcl
-
-       prepare_cmds
-               autoreconf -vfi
-       end
 end
 
 quality-agent