diff -Nru haproxy-1.8.19/debian/changelog haproxy-1.8.19/debian/changelog --- haproxy-1.8.19/debian/changelog 2019-02-12 08:30:54.000000000 +0000 +++ haproxy-1.8.19/debian/changelog 2019-03-14 20:25:01.000000000 +0000 @@ -1,3 +1,9 @@ +haproxy (1.8.19-1+rpi1) buster-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Thu, 14 Mar 2019 20:25:01 +0000 + haproxy (1.8.19-1) unstable; urgency=medium * New upstream version 1.8.19 diff -Nru haproxy-1.8.19/debian/rules haproxy-1.8.19/debian/rules --- haproxy-1.8.19/debian/rules 2019-01-03 10:39:18.000000000 +0000 +++ haproxy-1.8.19/debian/rules 2019-03-14 20:24:46.000000000 +0000 @@ -32,7 +32,7 @@ MAKEARGS+= USE_REGPARM=1 endif -ifneq ($(filter armel mips mipsel m68k powerpc powerpcspe sh4,$(DEB_HOST_ARCH)),) +ifneq ($(filter armel armhf mips mipsel m68k powerpc powerpcspe sh4,$(DEB_HOST_ARCH)),) MAKEARGS+= ADDLIB=-latomic endif