diff -Nru goxel-0.10.6/debian/changelog goxel-0.10.6/debian/changelog --- goxel-0.10.6/debian/changelog 2021-01-31 21:51:33.000000000 +0000 +++ goxel-0.10.6/debian/changelog 2021-05-08 11:42:41.000000000 +0000 @@ -1,3 +1,9 @@ +goxel (0.10.6-3+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sat, 08 May 2021 11:42:41 +0000 + goxel (0.10.6-3) unstable; urgency=high * Remove architectures failing to build diff -Nru goxel-0.10.6/debian/rules goxel-0.10.6/debian/rules --- goxel-0.10.6/debian/rules 2021-01-31 21:51:33.000000000 +0000 +++ goxel-0.10.6/debian/rules 2021-05-08 11:42:37.000000000 +0000 @@ -3,7 +3,7 @@ NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) # link to libatomic on armel and mipsel -ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif