diff -Nru collectd-5.12.0/debian/changelog collectd-5.12.0/debian/changelog --- collectd-5.12.0/debian/changelog 2021-01-26 09:52:28.000000000 +0000 +++ collectd-5.12.0/debian/changelog 2021-02-05 23:04:52.000000000 +0000 @@ -1,3 +1,10 @@ +collectd (5.12.0-5+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 5.11.0-7+rpi1 by Peter Michael Green at Tue, 22 Sep 2020 14:58:41 +0000] + * Use libatomic on armhf too. + + -- Raspbian forward porter Fri, 05 Feb 2021 23:04:52 +0000 + collectd (5.12.0-5) unstable; urgency=medium * [11ee08b] Disable tokyotyrant. diff -Nru collectd-5.12.0/debian/rules collectd-5.12.0/debian/rules --- collectd-5.12.0/debian/rules 2021-01-26 09:52:28.000000000 +0000 +++ collectd-5.12.0/debian/rules 2021-02-05 23:04:52.000000000 +0000 @@ -38,7 +38,7 @@ LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) # grpc workaround -ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel powerpc)) LDFLAGS += -Wl,--no-as-needed -latomic -Wl,--as-needed endif