diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-31 15:49:19 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-31 15:49:19 -0500 |
commit | 320e5c95cef052fcdd748ec2e754c323d105e2b9 (patch) | |
tree | 420552fab6dadb874ade8985717c87ee73e3ef81 /nonprism/icedove/rust-i686.patch | |
parent | a80abeba36bce17de2737abeae0c0615ad3bb82e (diff) | |
parent | 7fa2c6d6c49f60c10722ab498ec2f9bd7818f1f8 (diff) | |
download | abslibre-320e5c95cef052fcdd748ec2e754c323d105e2b9.tar.gz abslibre-320e5c95cef052fcdd748ec2e754c323d105e2b9.tar.bz2 abslibre-320e5c95cef052fcdd748ec2e754c323d105e2b9.zip |
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'nonprism/icedove/rust-i686.patch')
-rw-r--r-- | nonprism/icedove/rust-i686.patch | 16 |
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 |