[changes brought forward from 5.62.0-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 25 Feb 2020 04:12:28 +0000]
* Add symbols file hack for raspbian.
- -- Raspbian forward porter <root@raspbian.org> Sat, 25 Feb 2023 19:19:44 +0000
+ [changes introduced in 5.103.0-2+rpi1 by Peter Michael Green]
+ * Link with libatomic on armhf too.
+
+ -- Peter Michael Green <plugwash@raspbian.org> Sun, 26 Feb 2023 11:00:11 +0000
ksyntax-highlighting (5.103.0-2) unstable; urgency=medium
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-archs_that_need_atomic = armel m68k mipsel sh4
+archs_that_need_atomic = armel armhf m68k mipsel sh4
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(archs_that_need_atomic)))
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed
endif