]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
sqlite: Update to version 3.8.8.2
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2015 12:43:57 +0000 (07:43 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Feb 2015 01:31:24 +0000 (02:31 +0100)
sqlite/sqlite.nm

index ae3a5fac3a9d8db0efd1e9279307eb9dd94f1feb..9c0dfc9a3488303fa66bc6be0b7d170958bd067f 100644 (file)
@@ -4,9 +4,9 @@
 ###############################################################################
 
 name       = sqlite
-version    = 3.7.10
-release    = 2
-realver    = 3071000
+version    = 3.8.8.2
+release    = 1
+realver    = 3080802
 
 groups     = System/Databases
 url        = http://www.sqlite.org/
@@ -23,13 +23,16 @@ description
 end
 
 thisapp    = %{name}-autoconf-%{realver}
-source_dl  = http://www.sqlite.org/
+source_dl  = http://www.sqlite.org/2015/
 
 build
        requires
+               autoconf
+               automake
                ncurses-devel
                readline-devel
                tcl
+               unzip
        end
 
        CFLAGS += \
@@ -41,6 +44,10 @@ build
                -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
                -fno-strict-aliasing
 
+       prepare_cmds
+               autoconf
+       end
+
        configure_options += \
                --enable-threadsafe \
                --enable-threads-override-locks \