+ Pass disable-jit from debian/rules
+ Nerf jit detection in s/moz.configure
+ [changes brought over from firefox-esr 102.9.0esr-1~deb10u1+rpi1 by Peter Michael Green]
+ * Fix key error in media/libvpx/moz.build
+
-- Peter Michael Green <plugwash@raspbian.org> Tue, 04 Apr 2023 01:50:41 +0000
thunderbird (1:102.9.0-1~deb10u1) buster-security; urgency=medium
else: # Android, Linux, BSDs, etc.
ASFLAGS += [ '-I%s/media/libvpx/config/linux/ia32/' % TOPSRCDIR ]
LOCAL_INCLUDES += [ '/media/libvpx/config/linux/ia32/' ]
-elif CONFIG['CPU_ARCH'] == 'arm':
+elif (CONFIG['CPU_ARCH'] == 'arm') and ('ARM_EXPORTS' in files):
EXPORTS.vpx += files['ARM_EXPORTS']
ASFLAGS += [
'-I%s/media/libvpx/config/linux/arm/' % TOPSRCDIR,