From 8c8005ade09fb05dd22ac49d854998c1243ecd73 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 5 Sep 2019 19:11:31 +0200 Subject: [PATCH] pijul: fix cross builds --- srcpkgs/pijul/patches/bindgen.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 srcpkgs/pijul/patches/bindgen.patch diff --git a/srcpkgs/pijul/patches/bindgen.patch b/srcpkgs/pijul/patches/bindgen.patch new file mode 100644 index 00000000000..bfc178899a5 --- /dev/null +++ b/srcpkgs/pijul/patches/bindgen.patch @@ -0,0 +1,9 @@ +--- Cargo.toml.orig ++++ Cargo.toml +@@ -133,3 +133,5 @@ + version = "2.0" + [target."cfg(unix)".dependencies.tokio-uds] + version = "0.2" ++ ++[replace] ++"bindgen:0.47.3" = {git = 'https://github.com/Duncaen/rust-bindgen', rev = "e70d9568887ffb6c2a7d7d165a71aed311a29129"}