From d4582029d51d8c34cac13144bf1d75175175ab16 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 2 Apr 2022 20:31:18 +0000 Subject: lang/spidermonkey78: fix build on powerpc with LLVM 13 Disable RUST_BACKTRACE on powerpc to fix libunwind crash. --- lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk (limited to 'lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk') diff --git a/lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk b/lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk new file mode 100644 index 000000000000..305aa3df68c4 --- /dev/null +++ b/lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk @@ -0,0 +1,10 @@ +--- config/makefiles/rust.mk.orig 2022-04-02 10:37:19 UTC ++++ config/makefiles/rust.mk +@@ -171,7 +171,6 @@ export LIBCLANG_PATH=$(MOZ_LIBCLANG_PATH) + export CLANG_PATH=$(MOZ_CLANG_PATH) + export PKG_CONFIG + export PKG_CONFIG_ALLOW_CROSS=1 +-export RUST_BACKTRACE=full + export MOZ_TOPOBJDIR=$(topobjdir) + + # Set COREAUDIO_SDK_PATH for third_party/rust/coreaudio-sys/build.rs -- cgit v1.2.3