diff -Nru pdns-4.3.0/debian/changelog pdns-4.3.0/debian/changelog --- pdns-4.3.0/debian/changelog 2020-05-04 11:07:59.000000000 +0000 +++ pdns-4.3.0/debian/changelog 2020-05-19 06:44:04.000000000 +0000 @@ -1,3 +1,10 @@ +pdns (4.3.0-4+rpi1) bullseye-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, 19 May 2020 06:44:04 +0000 + pdns (4.3.0-4) unstable; urgency=medium * Update READMEs and tests to include chgrp as needed diff -Nru pdns-4.3.0/debian/rules pdns-4.3.0/debian/rules --- pdns-4.3.0/debian/rules 2020-05-04 11:07:59.000000000 +0000 +++ pdns-4.3.0/debian/rules 2020-05-19 06:44:04.000000000 +0000 @@ -8,6 +8,7 @@ # Vendor and version CXXFLAGS += -DPACKAGEVERSION='"$(DEB_VERSION).$(DEB_VENDOR)"' +LDFLAGS += -latomic # Avoid test failure in docker. export PDNS_TEST_NO_IPV6=1