diff -Nru libtorrent-rasterbar-2.0.6/debian/changelog libtorrent-rasterbar-2.0.6/debian/changelog
--- libtorrent-rasterbar-2.0.6/debian/changelog	2022-04-19 18:41:48.000000000 +0000
+++ libtorrent-rasterbar-2.0.6/debian/changelog	2022-04-28 06:23:01.000000000 +0000
@@ -1,3 +1,12 @@
+libtorrent-rasterbar (2.0.6-3+rpi1) bookworm-staging; urgency=medium
+
+  [changes brought forward from 1.2.9-0.3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Mon, 06 Dec 2021 18:30:57 +0000]
+  * Link with libatomic on armhf too 
+    (without it the package builds successfully on raspbian, but the
+    python module at least fails to load). ( LP: 1945530 )
+
+ -- Raspbian forward porter <root@raspbian.org>  Thu, 28 Apr 2022 06:23:01 +0000
+
 libtorrent-rasterbar (2.0.6-3) unstable; urgency=medium
 
   * debian/rules Add hack to fix broken pkg-config file (Closes: #1009875)
diff -Nru libtorrent-rasterbar-2.0.6/debian/rules libtorrent-rasterbar-2.0.6/debian/rules
--- libtorrent-rasterbar-2.0.6/debian/rules	2022-04-19 18:37:22.000000000 +0000
+++ libtorrent-rasterbar-2.0.6/debian/rules	2022-04-28 06:23:01.000000000 +0000
@@ -3,7 +3,7 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
-ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel m68k powerpc riscv64 sh4))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel m68k powerpc riscv64 sh4))
   export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
 endif