v91.0-1 patches (grabbed from impish; might break)
This commit is contained in:
parent
5af20be933
commit
f78a1c2a36
2 changed files with 4 additions and 3 deletions
|
|
@ -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":
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 += [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue