0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-11-05 01:48:51 +00:00
Files
termux-packages/packages/fish/build.rs.patch
2025-10-15 16:33:35 -05:00

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")