diff -Nru suricata-6.0.1/debian/changelog suricata-6.0.1/debian/changelog --- suricata-6.0.1/debian/changelog 2020-12-11 08:35:57.000000000 +0000 +++ suricata-6.0.1/debian/changelog 2021-05-08 12:21:01.000000000 +0000 @@ -1,3 +1,9 @@ +suricata (1:6.0.1-2+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sat, 08 May 2021 12:21:01 +0000 + suricata (1:6.0.1-2) unstable; urgency=medium * Also specify explicit separate '-latomic' reference on mipsel. diff -Nru suricata-6.0.1/debian/rules suricata-6.0.1/debian/rules --- suricata-6.0.1/debian/rules 2020-12-11 08:35:40.000000000 +0000 +++ suricata-6.0.1/debian/rules 2021-05-08 12:21:01.000000000 +0000 @@ -11,7 +11,7 @@ # workaround for linking issue on some archs export DEB_LDFLAGS_MAINT_APPEND = -Wl,--allow-multiple-definition -EXTRA_ATOMIC_ARCHS = armel mipsel +EXTRA_ATOMIC_ARCHS = armel armhf mipsel ifneq (,$(findstring $(DEB_HOST_ARCH),$(EXTRA_ATOMIC_ARCHS))) DEB_LDFLAGS_MAINT_APPEND += -latomic export DEB_LDFLAGS_MAINT_APPEND