Fix build on FreeBSD/HardenedBSD
I’m not entirely sure that the inode changes will work on Linux. But this commit fixes the Radicle build for these applications:
- radicle-cli
- radicle-httpd
- radicle-node
- radicle-remote-helper
- radicle-tools
Signed-off-by: Shawn Webb shawn.webb@hardenedbsd.org
3 files changed
+20
-2
860f1dc8
→
d46b0b6d
modified radicle-httpd/src/commands/web.rs
@@ -192,6 +192,8 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/main.rs
@@ -120,7 +120,7 @@ fn execute() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/io.rs
@@ -1,9 +1,25 @@
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|