diff -Nru pdns-4.1.6/debian/changelog pdns-4.1.6/debian/changelog --- pdns-4.1.6/debian/changelog 2019-06-21 19:07:07.000000000 +0000 +++ pdns-4.1.6/debian/changelog 2019-06-27 17:34:48.000000000 +0000 @@ -1,3 +1,10 @@ +pdns (4.1.6-3+rpi1) buster-staging; urgency=medium + + [changes brought forward from 4.1.0-1+rpi1 by Peter Michael Green at Sun, 31 Dec 2017 14:27:56 +0000] + * Add -latomic to ldflags. + + -- Raspbian forward porter Thu, 27 Jun 2019 17:34:48 +0000 + pdns (4.1.6-3) unstable; urgency=medium * Fix Denial of service via crafted zone records (CVE-2019-10162) diff -Nru pdns-4.1.6/debian/rules pdns-4.1.6/debian/rules --- pdns-4.1.6/debian/rules 2019-06-21 19:07:07.000000000 +0000 +++ pdns-4.1.6/debian/rules 2019-06-27 17:34:48.000000000 +0000 @@ -6,6 +6,7 @@ # Vendor and version version := $(DEB_VERSION).$(DEB_VENDOR) CXXFLAGS += -DPACKAGEVERSION='"$(version)"' +LDFLAGS += -latomic # (Re-)Enable warnings CXXFLAGS += -Wall