mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 21:30:52 +00:00
- Fixes https://github.com/termux/termux-packages/issues/27181 - Drop `Cargo.toml.patch` - no longer necessary - Rebase and set correct apply order for all other patches - Three more upstream commits must be reverted, and the reasons they must be reverted are explained in the patch headers - Causes `revert-70bd49f.patch` and `partial-revert-d68f8bd.patch` to not apply:50819666b1- Causes `error[E0425]: cannot find value '_CS_PATH' in crate 'libc'`:174130fe2f- Causes `error[E0425]: cannot find value 'MNT_LOCAL' in crate 'libc'`:c1f3d93b3b
15 lines
453 B
Diff
15 lines
453 B
Diff
the command 'fish -c "uname"', and most other uses of fish's -c argument,
|
|
are not working if this is enabled.
|
|
|
|
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -90,7 +90,7 @@ fn detect_cfgs(target: &mut Target) {
|
|
target.has_symbol("localeconv_l")
|
|
}),
|
|
("FISH_USE_POSIX_SPAWN", &|target| {
|
|
- target.has_header("spawn.h")
|
|
+ false
|
|
}),
|
|
("HAVE_PIPE2", &|target| {
|
|
target.has_symbol("pipe2")
|