mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-13 12:03:06 +00:00
- Disable LTO because of an error: `gold` is required for LTO in Luanti, but it is not available while cross-compiling. - Disable Redis to avoid accidentally linking to it because I do not personally need it in Luanti and it could impact device storage longevity; please let me know if you would like it and then I would enable it. Sqlite support is already enabled. - Disable Leveldb, for the same reason as Redis - Disable PostgreSQL, for the same reason as Redis - Disable Prometheus, for the same reason as Redis - Disable SpatialIndex, for the same reason as Redis - Adjust other dependencies to be explicitly specified along with those how I intend them, for stability