summaryrefslogtreecommitdiff
path: root/nonprism/icedove/rust-i686.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-31 20:11:25 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-31 21:30:16 +0100
commit067eb832e4c0428973d09e15b04bd1aec6051583 (patch)
treebbe97e93e94afaa78c73587d67743c0fdccd1ffe /nonprism/icedove/rust-i686.patch
parent54b541d784a457e28c496e4ab9c8963d2b94eed6 (diff)
downloadabslibre-067eb832e4c0428973d09e15b04bd1aec6051583.tar.gz
abslibre-067eb832e4c0428973d09e15b04bd1aec6051583.tar.bz2
abslibre-067eb832e4c0428973d09e15b04bd1aec6051583.zip
nonprism/icedove: updated to 52.6.0
Diffstat (limited to 'nonprism/icedove/rust-i686.patch')
-rw-r--r--nonprism/icedove/rust-i686.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/nonprism/icedove/rust-i686.patch b/nonprism/icedove/rust-i686.patch
new file mode 100644
index 000000000..85512e143
--- /dev/null
+++ b/nonprism/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