mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
Current if we replace `--disable-static` with `--enable-static` in
then it fails with error:
aarch64-linux-android-ar: not found
Fixing this error and the next one:
make: aarch64-linux-android-ranlib: No such file or directory
So now one can just replace `--disable-static` with `--enable-static`
and it will also provide static libraries.
%ci:no-build