Disable webrtc, it fails to build on raspbian.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Nov 2019 00:28:45 +0000 (00:28 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Nov 2019 00:28:45 +0000 (00:28 +0000)
debian/changelog
debian/rules

index 961f64f86a71a476333325f75e6cce284c28deee..b2045323c0661817fc719207a1c45bf4dbf107ac 100644 (file)
@@ -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 <plugwash@raspbian.org>  Tue, 05 Nov 2019 19:37:30 +0000
 
 firefox-esr (68.2.0esr-1) unstable; urgency=medium
index 4d178736ebf194f40bf5785b6c75f80bc1a2bcd9..1b11342191ad641cbb4f88777ee74dc3e4200d3a 100755 (executable)
@@ -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