diff -Nru solvespace-3.0.rc2+repack1/debian/changelog solvespace-3.0.rc2+repack1/debian/changelog --- solvespace-3.0.rc2+repack1/debian/changelog 2021-02-11 21:06:33.000000000 +0000 +++ solvespace-3.0.rc2+repack1/debian/changelog 2021-05-08 11:09:42.000000000 +0000 @@ -1,3 +1,9 @@ +solvespace (3.0.rc2+repack1-3+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sat, 08 May 2021 11:09:42 +0000 + solvespace (3.0.rc2+repack1-3) unstable; urgency=medium * Add 12_Remove-march-native-from-mimalloc-build.patch: diff -Nru solvespace-3.0.rc2+repack1/debian/rules solvespace-3.0.rc2+repack1/debian/rules --- solvespace-3.0.rc2+repack1/debian/rules 2021-02-11 21:04:57.000000000 +0000 +++ solvespace-3.0.rc2+repack1/debian/rules 2021-05-08 11:09:34.000000000 +0000 @@ -4,7 +4,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mips mipsel powerpc sh4)) export DEB_CXXFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif