mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 04:10:52 +00:00
- Now that `sqlcipher` is extremely similar to `libsqlite`, enabling `fts3`, `fts4`, `fts5`, `rtree` and `session` will increase the likelihood that the `libsqlite3.so` it provides to the termux-package-builder container will be able to build reverse dependencies of `libsqlite` without resulting in build errors - This will also prevent the error `/data/data/com.termux/files/usr/lib/libsqlite3.so lacks the RTree extension!` from occurring in the command `scripts/run-docker.sh ./build-package.sh -I -f libsqlite sqlcipher gdal`