diff -Nru mfgtools-1.4.193/debian/changelog mfgtools-1.4.193/debian/changelog --- mfgtools-1.4.193/debian/changelog 2022-02-22 16:27:47.000000000 +0000 +++ mfgtools-1.4.193/debian/changelog 2022-06-21 09:37:45.000000000 +0000 @@ -1,3 +1,9 @@ +mfgtools (1.4.193-1+rpi1) bookworm-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Tue, 21 Jun 2022 09:37:45 +0000 + mfgtools (1.4.193-1) unstable; urgency=medium * New upstream version 1.4.193 diff -Nru mfgtools-1.4.193/debian/rules mfgtools-1.4.193/debian/rules --- mfgtools-1.4.193/debian/rules 2021-08-20 12:12:09.000000000 +0000 +++ mfgtools-1.4.193/debian/rules 2022-06-21 09:37:33.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath,+fixdebugpath include /usr/share/dpkg/pkg-info.mk -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif