diff -Nru wlcs-1.3.0/debian/changelog wlcs-1.3.0/debian/changelog --- wlcs-1.3.0/debian/changelog 2021-11-12 09:16:44.000000000 +0000 +++ wlcs-1.3.0/debian/changelog 2022-01-09 23:11:32.000000000 +0000 @@ -1,3 +1,9 @@ +wlcs (1.3.0-4+rpi1) bookworm-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sun, 09 Jan 2022 23:11:32 +0000 + wlcs (1.3.0-4) unstable; urgency=medium [ Marius Gripsgard ] diff -Nru wlcs-1.3.0/debian/rules wlcs-1.3.0/debian/rules --- wlcs-1.3.0/debian/rules 2021-11-12 09:16:21.000000000 +0000 +++ wlcs-1.3.0/debian/rules 2022-01-09 23:10:15.000000000 +0000 @@ -5,7 +5,7 @@ # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel powerpc)) export DEB_LDFLAGS_MAINT_APPEND = -latomic endif