diff options
Diffstat (limited to 'misc/codex/files/patch-codex-rs_process-hardening_Cargo.toml')
-rw-r--r-- | misc/codex/files/patch-codex-rs_process-hardening_Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/codex/files/patch-codex-rs_process-hardening_Cargo.toml b/misc/codex/files/patch-codex-rs_process-hardening_Cargo.toml new file mode 100644 index 000000000000..d10fb15bb2a6 --- /dev/null +++ b/misc/codex/files/patch-codex-rs_process-hardening_Cargo.toml @@ -0,0 +1,9 @@ +--- codex-rs/process-hardening/Cargo.toml.orig 2025-10-06 07:49:12 UTC ++++ codex-rs/process-hardening/Cargo.toml +@@ -19,3 +19,6 @@ libc = { workspace = true } + + [target.'cfg(target_os = "macos")'.dependencies] + libc = { workspace = true } ++ ++[target.'cfg(target_os = "freebsd")'.dependencies] ++libc = { workspace = true } |