sqlite: really update to 3.8.0 this time (wrong amalgamation version).
This commit is contained in:
parent
4043aa3ba9
commit
2cb9247e00
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.0
|
||||
revision=1
|
||||
_amalgamationver=3071700
|
||||
revision=2
|
||||
_amalgamationver=3080000
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
build_style=gnu-configure
|
||||
makedepends="readline-devel"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.sqlite.org"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
|
||||
checksum=1db30fd2b71719b9463f48a779fac12adbfc5a78d0ae55bd5c9d2f7d3ecec46d
|
||||
|
||||
do_configure() {
|
||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||
|
|
Loading…
Reference in New Issue