mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-09 22:45:33 +00:00
- build ctermid
- add custom libc crate patch for 32bit android builds
- avoid using POSIX_SPAWN for spawning processes
- backport FindRust.cmake rustup fix
This backports: b38551dde9
Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
Co-authored-by: Yaksh Bariya <yakshbari4@gmail.com>
Co-authored-by: Robert Kirkman <misternumberone@live.com>
Co-authored-by: AminurAlam <64137875+AminurAlam@users.noreply.github.com>
12 lines
380 B
Diff
12 lines
380 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -31,7 +31,7 @@
|
|
bitflags = "2.5.0"
|
|
errno = "0.3.0"
|
|
lazy_static = "1.4.0"
|
|
-libc = "0.2.155"
|
|
+libc = "0.2.170"
|
|
# lru pulls in hashbrown by default, which uses a faster (though less DoS resistant) hashing algo.
|
|
# disabling default features uses the stdlib instead, but it doubles the time to rewrite the history
|
|
# files as of 22 April 2024.
|