diff -Nru polybar-3.5.0/debian/changelog polybar-3.5.0/debian/changelog --- polybar-3.5.0/debian/changelog 2020-12-09 18:23:48.000000000 +0000 +++ polybar-3.5.0/debian/changelog 2020-12-13 08:52:59.000000000 +0000 @@ -1,3 +1,9 @@ +polybar (3.5.0-2+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sun, 13 Dec 2020 08:52:59 +0000 + polybar (3.5.0-2) unstable; urgency=medium [ Adrian Bunk ] diff -Nru polybar-3.5.0/debian/rules polybar-3.5.0/debian/rules --- polybar-3.5.0/debian/rules 2020-12-09 18:23:48.000000000 +0000 +++ polybar-3.5.0/debian/rules 2020-12-13 08:52:43.000000000 +0000 @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mips mipsel sh4)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif