From 053755d6cabfc82cc3cf83042ea7b09e91d83bde Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 31 Jan 2018 17:25:25 +0100 Subject: libre/icedove: updated to 52.6.0 --- libre/icedove/rust-i686.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libre/icedove/rust-i686.patch (limited to 'libre/icedove/rust-i686.patch') diff --git a/libre/icedove/rust-i686.patch b/libre/icedove/rust-i686.patch new file mode 100644 index 000000000..85512e143 --- /dev/null +++ b/libre/icedove/rust-i686.patch @@ -0,0 +1,16 @@ + build/moz.configure/rust.configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git c/build/moz.configure/rust.configure i/build/moz.configure/rust.configure +index cd86b24153debb1b..44911715e25d95e3 100644 +--- c/build/moz.configure/rust.configure ++++ i/build/moz.configure/rust.configure +@@ -81,7 +81,7 @@ def rust_target(rust_compiler, rustc, target, cross_compiling): + # OpenBSD + ('x86_64', 'OpenBSD'): 'x86_64-unknown-openbsd', + # Linux +- ('x86', 'Linux'): 'i586-unknown-linux-gnu', ++ ('x86', 'Linux'): 'i686-unknown-linux-gnu', + # Linux + ('x86_64', 'Linux'): 'x86_64-unknown-linux-gnu', + # OS X and iOS -- cgit v1.2.3