Files
termux-packages/packages/sqlcipher
termux-pacman-bot ad42d8bb23 fix(main/sqlcipher): synchronize some feature arguments with libsqlite
- 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`
2026-01-05 13:19:06 +00:00
..