v91.0-1 patches (grabbed from impish; might break)

This commit is contained in:
ohfp 2021-08-11 11:28:36 +02:00
parent 5af20be933
commit f78a1c2a36
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F
2 changed files with 4 additions and 3 deletions

View file

@ -23,5 +23,6 @@ Author: Olivier Tilloy <olivier.tilloy@canonical.com>
+ if host.cpu == "arm": + if host.cpu == "arm":
+ flags.append("-Wl,--no-keep-memory") + flags.append("-Wl,--no-keep-memory")
if sysroot_path and multiarch_dir: # rpath-link is irrelevant to wasm, see for more info https://github.com/emscripten-core/emscripten/issues/11076.
for d in ("lib", "usr/lib"): if sysroot_path and multiarch_dir and target.os != "WASI":

View file

@ -1,7 +1,7 @@
--- a/third_party/libwebrtc/webrtc/system_wrappers/cpu_features_linux_gn/moz.build --- a/third_party/libwebrtc/webrtc/system_wrappers/cpu_features_linux_gn/moz.build
+++ b/third_party/libwebrtc/webrtc/system_wrappers/cpu_features_linux_gn/moz.build +++ b/third_party/libwebrtc/webrtc/system_wrappers/cpu_features_linux_gn/moz.build
@@ -31,10 +31,6 @@ LOCAL_INCLUDES += [ @@ -31,10 +31,6 @@ LOCAL_INCLUDES += [
"/third_party/libwebrtc/webrtc/" "/tools/profiler/public"
] ]
-UNIFIED_SOURCES += [ -UNIFIED_SOURCES += [