diff -Nru pdns-4.1.5/debian/changelog pdns-4.1.5/debian/changelog --- pdns-4.1.5/debian/changelog 2018-11-09 18:42:11.000000000 +0000 +++ pdns-4.1.5/debian/changelog 2018-11-18 14:45:01.000000000 +0000 @@ -1,3 +1,10 @@ +pdns (4.1.5-1+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 Sun, 18 Nov 2018 14:45:01 +0000 + pdns (4.1.5-1) unstable; urgency=medium * Cleanup insserv.d and resolvconf hooks that we used to install diff -Nru pdns-4.1.5/debian/rules pdns-4.1.5/debian/rules --- pdns-4.1.5/debian/rules 2018-11-09 18:42:11.000000000 +0000 +++ pdns-4.1.5/debian/rules 2018-11-18 14:45:01.000000000 +0000 @@ -6,6 +6,7 @@ # Vendor and version version := $(DEB_VERSION).$(DEB_VENDOR) CXXFLAGS += -DPACKAGEVERSION='"$(version)"' +LDFLAGS += -latomic # (Re-)Enable warnings CXXFLAGS += -Wall