diff -Nru collectd-5.12.0/debian/changelog collectd-5.12.0/debian/changelog --- collectd-5.12.0/debian/changelog 2022-01-20 14:40:42.000000000 +0000 +++ collectd-5.12.0/debian/changelog 2022-02-04 02:58:25.000000000 +0000 @@ -1,3 +1,10 @@ +collectd (5.12.0-8+rpi1) bookworm-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, 04 Feb 2022 02:58:25 +0000 + collectd (5.12.0-8) unstable; urgency=medium [ Kentaro Hayashi ] diff -Nru collectd-5.12.0/debian/rules collectd-5.12.0/debian/rules --- collectd-5.12.0/debian/rules 2022-01-20 14:40:42.000000000 +0000 +++ collectd-5.12.0/debian/rules 2022-02-04 02:58:25.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