diff -Nru pdns-4.1.6/debian/changelog pdns-4.1.6/debian/changelog --- pdns-4.1.6/debian/changelog 2019-03-31 12:48:59.000000000 +0000 +++ pdns-4.1.6/debian/changelog 2019-04-02 21:07:39.000000000 +0000 @@ -1,3 +1,10 @@ +pdns (4.1.6-2+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 Tue, 02 Apr 2019 21:07:39 +0000 + pdns (4.1.6-2) unstable; urgency=high [ Salvatore Bonaccorso ] diff -Nru pdns-4.1.6/debian/rules pdns-4.1.6/debian/rules --- pdns-4.1.6/debian/rules 2019-03-31 12:48:59.000000000 +0000 +++ pdns-4.1.6/debian/rules 2019-04-02 21:07:39.000000000 +0000 @@ -6,6 +6,7 @@ # Vendor and version version := $(DEB_VERSION).$(DEB_VENDOR) CXXFLAGS += -DPACKAGEVERSION='"$(version)"' +LDFLAGS += -latomic # (Re-)Enable warnings CXXFLAGS += -Wall