mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sqlite: update to 3.27.2.
This commit is contained in:
parent
d9c31eaf54
commit
94640335bf
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.27.1
|
version=3.27.2
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
|
@ -13,7 +13,7 @@ license="Public Domain"
|
||||||
homepage="https://sqlite.org/"
|
homepage="https://sqlite.org/"
|
||||||
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
||||||
distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8
|
checksum=50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e
|
||||||
|
|
||||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
||||||
|
@ -24,7 +24,7 @@ CFLAGS+=" -DHAVE_FDATASYNC"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e 's/ -ltinfo//g' configure
|
vsed -i -e 's/ -ltinfo//g' configure
|
||||||
}
|
}
|
||||||
|
|
||||||
sqlite-devel_package() {
|
sqlite-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue