mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
sqlite: update to 3.49.2.
This commit is contained in:
parent
388883e631
commit
1ef5caff68
1 changed files with 11 additions and 6 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.45.3
|
version=3.49.2
|
||||||
revision=2
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
build_style=gnu-configure
|
build_style=configure
|
||||||
# Even when it is included in the build, memsys5 is disabled by default.
|
# Even when it is included in the build, memsys5 is disabled by default.
|
||||||
configure_args="--enable-threadsafe --enable-load-extension --enable-math
|
configure_args="--enable-threadsafe --enable-load-extension --enable-math
|
||||||
--enable-fts3 --enable-fts4 --enable-fts5 --enable-memsys5
|
--enable-fts3 --enable-fts4 --enable-fts5 --enable-memsys5
|
||||||
--enable-rtree --enable-geopoly
|
--enable-rtree --enable-geopoly --host=$XBPS_CROSS_TRIPLET
|
||||||
|
--prefix=/usr --soname=legacy
|
||||||
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
|
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
makedepends="libedit-devel zlib-devel tcl-devel"
|
makedepends="libedit-devel zlib-devel tcl-devel"
|
||||||
|
@ -16,8 +17,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://sqlite.org/"
|
homepage="https://sqlite.org/"
|
||||||
changelog="https://www.sqlite.org/changes.html"
|
changelog="https://www.sqlite.org/changes.html"
|
||||||
distfiles="https://sqlite.org/2024/sqlite-src-${_amalgamationver}.zip"
|
distfiles="https://sqlite.org/2025/sqlite-src-${_amalgamationver}.zip"
|
||||||
checksum=ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1
|
checksum=c3101978244669a43bc09f44fa21e47a4e25cdf440f1829e9eff176b9a477862
|
||||||
|
|
||||||
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_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
||||||
|
@ -36,6 +37,10 @@ esac
|
||||||
|
|
||||||
|
|
||||||
_tools="showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer"
|
_tools="showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer"
|
||||||
|
post_configure() {
|
||||||
|
sed -i '/LDFLAGS.rpath/s/=.*/=/' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make $_tools
|
make $_tools
|
||||||
cd tool
|
cd tool
|
||||||
|
|
Loading…
Add table
Reference in a new issue