diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-04 01:08:19 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-04 01:08:19 +0000 |
commit | 925fabf5441a16a7d347fed2b3bd36ef46fc1f62 (patch) | |
tree | b94adbbf7965292c0a94e6ab8719bacbc73efa7e /user/thunderbird/rust-config.patch | |
parent | 62d1b55bc2450280702234aa414761df0865332b (diff) | |
parent | 98a725069b0538ef835c6aed5895425b52db7e0e (diff) | |
download | packages-925fabf5441a16a7d347fed2b3bd36ef46fc1f62.tar.gz packages-925fabf5441a16a7d347fed2b3bd36ef46fc1f62.tar.bz2 packages-925fabf5441a16a7d347fed2b3bd36ef46fc1f62.tar.xz packages-925fabf5441a16a7d347fed2b3bd36ef46fc1f62.zip |
Merge branch 'sec/2020.05.10' into 'master'
Security updates for 2020.05.10
See merge request adelie/packages!448
Diffstat (limited to 'user/thunderbird/rust-config.patch')
-rw-r--r-- | user/thunderbird/rust-config.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/user/thunderbird/rust-config.patch b/user/thunderbird/rust-config.patch deleted file mode 100644 index eab72a0e4..000000000 --- a/user/thunderbird/rust-config.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -urw firefox-68.0-old/build/moz.configure/rust.configure firefox-68.0/build/moz.configure/rust.configure ---- firefox-68.0-old/build/moz.configure/rust.configure 2019-07-07 15:56:29.345963800 +0000 -+++ firefox-68.0/build/moz.configure/rust.configure 2019-07-07 16:19:25.990645334 +0000 -@@ -193,12 +193,16 @@ - ambiguous = set() - per_raw_os = {} - for t in out: -+ if 'fuchsia' in t: continue - t = split_triplet(t, allow_unknown=True) - endianness = t.endianness - if t.cpu.startswith('thumb') and endianness not in ('big', 'little'): - endianness = 'little' - key = (t.cpu, 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 |