diff -Nru pdns-recursor-4.1.4/debian/changelog pdns-recursor-4.1.4/debian/changelog --- pdns-recursor-4.1.4/debian/changelog 2018-09-09 19:29:51.000000000 +0000 +++ pdns-recursor-4.1.4/debian/changelog 2018-10-31 01:49:15.000000000 +0000 @@ -1,3 +1,9 @@ +pdns-recursor (4.1.4-3+rpi1) buster-staging; urgency=medium + + * Add -latomic to ldflags. + + -- Peter Michael Green Wed, 31 Oct 2018 01:49:15 +0000 + pdns-recursor (4.1.4-3) unstable; urgency=medium * Run MTasker test with the stack-size pdns_recursor would use diff -Nru pdns-recursor-4.1.4/debian/rules pdns-recursor-4.1.4/debian/rules --- pdns-recursor-4.1.4/debian/rules 2018-09-09 19:29:51.000000000 +0000 +++ pdns-recursor-4.1.4/debian/rules 2018-10-31 01:49:06.000000000 +0000 @@ -10,6 +10,8 @@ # (Re-)Enable warnings CXXFLAGS += -Wall +LDFLAGS += -latomic + # Turn on all hardening flags, as we're a networked daemon. # Note: blhc (build log hardening check) will find these false positivies: CPPFLAGS 2 missing, LDFLAGS 1 missing export DEB_BUILD_MAINT_OPTIONS = hardening=+all