diff --git a/pkg/sqlite3/build b/pkg/sqlite3/build index 2482dc3..7ca3682 100755 --- a/pkg/sqlite3/build +++ b/pkg/sqlite3/build @@ -1,16 +1,16 @@ -VERSION="3250300" +VERSION="3270200" SRCDIR="sqlite-autoconf-${VERSION}" TARBALL="${SRCDIR}.tar.gz" -URL="https://sqlite.org/2018/" -SHA256SUM="00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd" -DEPENDS="readline-dev toolchain" +URL="https://sqlite.org/2019" +SHA256SUM="50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e" +DEPENDS="readline-dev zlib-dev toolchain" prepare() { return } build() { - run_configure "$1" --disable-tcl + run_configure "$1" --enable-readline --disable-static-shell make -j $NUMJOBS }