mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 05:10:51 +00:00
- Fixes https://github.com/termux/termux-packages/issues/27877 - The new `sqlcipher` is extremely similar to `libsqlite` to the point that it is named exactly the same thing - Some desktop linux distros have already updated to `sqlcipher` 4.12.0, so follow the precedent observed in NixOS and LigurOS of renaming everything conflicting in `sqlcipher` to allow it to be installed at the same time as `libsqlite` - Disable static library because it is more difficult to massage than the shared library and is not currently known to be wanted by anyone