diff -Nru cmus-2.8.0/debian/changelog cmus-2.8.0/debian/changelog --- cmus-2.8.0/debian/changelog 2019-09-07 14:37:13.000000000 +0000 +++ cmus-2.8.0/debian/changelog 2020-08-19 09:42:31.000000000 +0000 @@ -1,3 +1,9 @@ +cmus (2.8.0-2+rpi1) bullseye-staging; urgency=medium + + * Add armhf to list of libatomic architectures. + + -- Peter Michael Green Wed, 19 Aug 2020 09:42:31 +0000 + cmus (2.8.0-2) unstable; urgency=medium * Set build flags via /usr/share/dpkg/buildflags.mk diff -Nru cmus-2.8.0/debian/rules cmus-2.8.0/debian/rules --- cmus-2.8.0/debian/rules 2019-09-07 14:35:33.000000000 +0000 +++ cmus-2.8.0/debian/rules 2020-08-19 09:42:19.000000000 +0000 @@ -11,7 +11,7 @@ # ./track_info.c:47: undefined reference to `__atomic_fetch_add_8' # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935678 # Depends on 13-atomic_ld.patch -ifneq (,$(findstring $(DEB_BUILD_ARCH), armel m68k mipsel powerpc sh4)) +ifneq (,$(findstring $(DEB_BUILD_ARCH), armhf armel m68k mipsel powerpc sh4)) export LDLIBS += -latomic endif