diff -Nru wrk-4.1.0/debian/changelog wrk-4.1.0/debian/changelog --- wrk-4.1.0/debian/changelog 2020-06-01 04:42:16.000000000 +0000 +++ wrk-4.1.0/debian/changelog 2021-05-08 11:03:29.000000000 +0000 @@ -1,3 +1,9 @@ +wrk (4.1.0-3+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sat, 08 May 2021 11:03:29 +0000 + wrk (4.1.0-3) unstable; urgency=medium * Use dh_auto_build when building to call the correct make command when cross compiling and don't hard-code the build architecture's pkg-config. diff -Nru wrk-4.1.0/debian/rules wrk-4.1.0/debian/rules --- wrk-4.1.0/debian/rules 2020-06-01 04:42:16.000000000 +0000 +++ wrk-4.1.0/debian/rules 2021-05-08 11:03:20.000000000 +0000 @@ -3,7 +3,7 @@ include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/pkg-info.mk -ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel powerpc)) LIBS += -latomic export LIBS endif