diff -Nru stockfish-9/debian/changelog stockfish-9/debian/changelog --- stockfish-9/debian/changelog 2018-09-08 19:32:46.000000000 +0000 +++ stockfish-9/debian/changelog 2019-03-12 23:54:56.000000000 +0000 @@ -1,3 +1,9 @@ +stockfish (9-2+rpi1) buster-staging; urgency=medium + + * Use libatomic on armhf too for raspbian. + + -- Peter Michael Green Tue, 12 Mar 2019 23:54:56 +0000 + stockfish (9-2) unstable; urgency=medium * rules: Workaround of a gcc bug causing FTBFS on many architectures diff -Nru stockfish-9/debian/rules stockfish-9/debian/rules --- stockfish-9/debian/rules 2018-09-08 19:27:27.000000000 +0000 +++ stockfish-9/debian/rules 2019-03-12 23:54:45.000000000 +0000 @@ -62,6 +62,7 @@ ifneq (,$(findstring armhf,$(DEB_HOST_ARCH))) TARGET := build ARCH=general-$(DEB_HOST_ARCH_BITS) +export DEB_LDFLAGS_MAINT_APPEND=-latomic endif ifeq (ia64,$(DEB_HOST_ARCH_CPU))