diff -Nru pdns-recursor-4.1.11/debian/changelog pdns-recursor-4.1.11/debian/changelog --- pdns-recursor-4.1.11/debian/changelog 2019-02-03 15:02:43.000000000 +0000 +++ pdns-recursor-4.1.11/debian/changelog 2019-03-16 01:03:44.000000000 +0000 @@ -1,3 +1,10 @@ +pdns-recursor (4.1.11-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 4.1.4-3+rpi1 by Peter Michael Green at Wed, 31 Oct 2018 01:49:15 +0000] + * Add -latomic to ldflags. + + -- Raspbian forward porter Sat, 16 Mar 2019 01:03:44 +0000 + pdns-recursor (4.1.11-1) unstable; urgency=medium * New upstream version 4.1.11 diff -Nru pdns-recursor-4.1.11/debian/rules pdns-recursor-4.1.11/debian/rules --- pdns-recursor-4.1.11/debian/rules 2019-02-03 15:02:43.000000000 +0000 +++ pdns-recursor-4.1.11/debian/rules 2019-03-16 01:03:44.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