From: Peter Michael Green Date: Thu, 7 Nov 2019 00:28:45 +0000 (+0000) Subject: Disable webrtc, it fails to build on raspbian. X-Git-Tag: archive/raspbian/68.2.0esr-1+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5bc6f47e9bee73289dae8e8f4dec46f14b0946b;p=firefox-esr.git Disable webrtc, it fails to build on raspbian. --- diff --git a/debian/changelog b/debian/changelog index 961f64f86a7..b2045323c06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ firefox-esr (68.2.0esr-1+rpi1) bullseye-staging; urgency=medium [changes introduce in 60.8.0esr-1+rpi1 by Peter Michael Green] * Use a fake homedir for build (Closes: 933757). + [changes introduced in 68.2.0esr-1+rpi1 by Peter Michael Green] + * Disable webrtc, it seems to fail to build on raspbian. + -- Peter Michael Green Tue, 05 Nov 2019 19:37:30 +0000 firefox-esr (68.2.0esr-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 4d178736ebf..1b11342191a 100755 --- a/debian/rules +++ b/debian/rules @@ -125,7 +125,7 @@ endif ifneq (,$(filter i386 amd64 armel armhf,$(DEB_HOST_ARCH))) CRASH_REPORTER = 1 endif -ifneq (,$(filter mips%,$(DEB_HOST_ARCH))) +ifneq (,$(filter armhf mips%,$(DEB_HOST_ARCH))) CONFIGURE_FLAGS += --disable-webrtc endif