From: Mike Hommey Date: Sat, 13 Aug 2022 22:01:33 +0000 (+0900) Subject: Work around bz#1775202 to fix FTBFS on ppc64el X-Git-Tag: archive/raspbian/102.8.0esr-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e4d6664c06d2c40c49d2fce59509d38a149a10b3;p=firefox-esr.git Work around bz#1775202 to fix FTBFS on ppc64el Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Work-around-bz-1775202-to-fix-FTBFS-on-ppc64el.patch --- diff --git a/third_party/libwebrtc/moz.build b/third_party/libwebrtc/moz.build index 8579f8bb362..a754808507e 100644 --- a/third_party/libwebrtc/moz.build +++ b/third_party/libwebrtc/moz.build @@ -520,7 +520,9 @@ if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", - "/third_party/libwebrtc/modules/audio_coding/isac_gn" + "/third_party/libwebrtc/modules/audio_coding/isac_gn", + "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", + "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", ] if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":