diff -Nru akonadi-20.04.1/debian/changelog akonadi-20.04.1/debian/changelog --- akonadi-20.04.1/debian/changelog 2020-05-27 09:52:12.000000000 +0000 +++ akonadi-20.04.1/debian/changelog 2020-06-07 20:57:50.000000000 +0000 @@ -1,3 +1,9 @@ +akonadi (4:20.04.1-2+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sun, 07 Jun 2020 20:57:50 +0000 + akonadi (4:20.04.1-2) unstable; urgency=medium [ Sandro Knauß ] diff -Nru akonadi-20.04.1/debian/rules akonadi-20.04.1/debian/rules --- akonadi-20.04.1/debian/rules 2020-05-27 09:48:51.000000000 +0000 +++ akonadi-20.04.1/debian/rules 2020-06-07 20:57:41.000000000 +0000 @@ -4,7 +4,7 @@ include /usr/share/dpkg/pkg-info.mk -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armhf armel m68k mipsel powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed endif