diff -Nru thrift-0.13.0/debian/changelog thrift-0.13.0/debian/changelog
--- thrift-0.13.0/debian/changelog	2020-10-26 17:01:44.000000000 +0000
+++ thrift-0.13.0/debian/changelog	2020-11-22 14:00:47.000000000 +0000
@@ -1,3 +1,9 @@
+thrift (0.13.0-5+rpi1) bullseye-staging; urgency=medium
+
+  * Link with libatomic on armhf too for raspbian.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Sun, 22 Nov 2020 14:00:47 +0000
+
 thrift (0.13.0-5) unstable; urgency=medium
 
   * Update Standards-Version to 4.5.0 .
diff -Nru thrift-0.13.0/debian/rules thrift-0.13.0/debian/rules
--- thrift-0.13.0/debian/rules	2020-10-26 17:01:44.000000000 +0000
+++ thrift-0.13.0/debian/rules	2020-11-22 14:00:38.000000000 +0000
@@ -9,7 +9,7 @@
 
 export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
 
-ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel armhf))
   export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
 endif