aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-rust-target.patch
diff options
context:
space:
mode:
authorkhanku <khanku@localhost>2017-05-27 22:40:07 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-09 13:00:35 +0000
commit8bd4ddd35351eda6ea89e460312291ebd0f43fb6 (patch)
tree51b3c715cee386e1fbd1000a2240b462d5ca2ce7 /testing/firefox/fix-rust-target.patch
parent883cd12b549a992175f1f7f51d2371e15d13b66d (diff)
downloadaports-8bd4ddd35351eda6ea89e460312291ebd0f43fb6.tar.bz2
aports-8bd4ddd35351eda6ea89e460312291ebd0f43fb6.tar.xz
testing/firefox: update to 53.0.3
Diffstat (limited to 'testing/firefox/fix-rust-target.patch')
-rw-r--r--testing/firefox/fix-rust-target.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/firefox/fix-rust-target.patch b/testing/firefox/fix-rust-target.patch
new file mode 100644
index 0000000000..c1b48d54bc
--- /dev/null
+++ b/testing/firefox/fix-rust-target.patch
@@ -0,0 +1,16 @@
+--- a/build/moz.configure/rust.configure
++++ b/build/moz.configure/rust.configure
+@@ -127,10 +127,10 @@
+ ('x86_64', 'OpenBSD'): 'x86_64-unknown-openbsd',
+ # Linux
+ ('aarch64', 'Linux'): 'aarch64-unknown-linux-gnu',
+- ('arm', 'Linux'): 'armv7-unknown-linux-gnueabihf',
++ ('arm', 'Linux'): 'armv6-alpine-linux-musleabihf',
+ ('sparc64', 'Linux'): 'sparc64-unknown-linux-gnu',
+- ('x86', 'Linux'): 'i686-unknown-linux-gnu',
+- ('x86_64', 'Linux'): 'x86_64-unknown-linux-gnu',
++ ('x86', 'Linux'): 'i686-alpine-linux-musl',
++ ('x86_64', 'Linux'): 'x86_64-alpine-linux-musl',
+ # OS X
+ ('x86', 'OSX'): 'i686-apple-darwin',
+ ('x86_64', 'OSX'): 'x86_64-apple-darwin',