summaryrefslogtreecommitdiff
path: root/mozilla-1753402.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-02-08 12:42:36 +0100
committerMartin Stransky <stransky@redhat.com>2022-02-08 12:42:36 +0100
commit16e6b6b266d702b31b982c136a365f5f92c9cc1b (patch)
treed24508c37db4d12e4232ccbeb22ba4ee166bf6cf /mozilla-1753402.patch
parentUpdated to 93.0.3 (diff)
downloadlibrewolf-fedora-ff-16e6b6b266d702b31b982c136a365f5f92c9cc1b.tar.gz
librewolf-fedora-ff-16e6b6b266d702b31b982c136a365f5f92c9cc1b.tar.bz2
librewolf-fedora-ff-16e6b6b266d702b31b982c136a365f5f92c9cc1b.zip
-m
Diffstat (limited to 'mozilla-1753402.patch')
-rw-r--r--mozilla-1753402.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-1753402.patch b/mozilla-1753402.patch
new file mode 100644
index 0000000..e53e73b
--- /dev/null
+++ b/mozilla-1753402.patch
@@ -0,0 +1,12 @@
+diff --git a/tools/profiler/rust-api/build.rs b/tools/profiler/rust-api/build.rs
+--- a/tools/profiler/rust-api/build.rs
++++ b/tools/profiler/rust-api/build.rs
+@@ -61,6 +61,7 @@
+ let mut builder = Builder::default()
+ .enable_cxx_namespaces()
+ .with_codegen_config(CodegenConfig::TYPES | CodegenConfig::VARS | CodegenConfig::FUNCTIONS)
++ .disable_untagged_union()
+ .size_t_is_usize(true);
+
+ for dir in SEARCH_PATHS.iter() {
+
bgstack15