mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
sqlite: enable editline
This commit is contained in:
parent
2f68d2ff7b
commit
e4e8b103ab
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'sqlite'
|
||||
pkgname=sqlite
|
||||
version=3.49.2
|
||||
revision=1
|
||||
revision=2
|
||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||
build_style=configure
|
||||
# Even when it is included in the build, memsys5 is disabled by default.
|
||||
configure_args="--enable-threadsafe --enable-load-extension --enable-math
|
||||
--enable-fts3 --enable-fts4 --enable-fts5 --enable-memsys5
|
||||
--enable-rtree --enable-geopoly --host=$XBPS_CROSS_TRIPLET
|
||||
--prefix=/usr --soname=legacy
|
||||
--prefix=/usr --soname=legacy --editline
|
||||
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
|
||||
hostmakedepends="tcl"
|
||||
makedepends="libedit-devel zlib-devel tcl-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue