diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-22 23:30:58 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-22 23:30:58 +0000 |
commit | daf63c3be016f8177a14acd13ae0ad75482e18a5 (patch) | |
tree | d09ca20d3629d290aeb86baa3bd4f3751c67a301 /experimental/thunderbird/rust-config.patch | |
parent | fd4ce488b375774f8a11f81af831ab075405d64e (diff) | |
download | packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.tar.gz packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.tar.bz2 packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.tar.xz packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.zip |
experimental/thunderbird: is servo's issue a musl one or ppc64 one?
Diffstat (limited to 'experimental/thunderbird/rust-config.patch')
-rw-r--r-- | experimental/thunderbird/rust-config.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/experimental/thunderbird/rust-config.patch b/experimental/thunderbird/rust-config.patch new file mode 100644 index 000000000..4dbddc2a9 --- /dev/null +++ b/experimental/thunderbird/rust-config.patch @@ -0,0 +1,20 @@ +look, another reason to hate google: fuchsia's triplets confuse the hell out of poor mozconfig + +meanwhile, make -foxkit- more important than -unknown- + +--- thunderbird-60.2.1/build/moz.configure/rust.configure.old 2018-10-01 14:51:04.000000000 +0000 ++++ thunderbird-60.2.1/build/moz.configure/rust.configure 2018-10-11 23:13:15.370000000 +0000 +@@ -119,9 +119,13 @@ + ambiguous = set() + per_raw_os = {} + for t in out: ++ if 'fuchsia' in t: continue + t = split_triplet(t, allow_unknown=True) + key = (t.cpu, t.endianness, t.os) + if key in per_os: ++ # hax to allow Adélie toolchains to work ++ if 'foxkit' in per_os[key].alias: ++ continue + previous = per_os[key] + per_raw_os[(previous.cpu, previous.endianness, + previous.raw_os)] = previous |