diff -Nru 389-ds-base-2.0.14/debian/changelog 389-ds-base-2.0.14/debian/changelog --- 389-ds-base-2.0.14/debian/changelog 2022-02-10 18:00:45.000000000 +0000 +++ 389-ds-base-2.0.14/debian/changelog 2022-02-18 05:17:14.000000000 +0000 @@ -1,3 +1,10 @@ +389-ds-base (2.0.14-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.4.0.19-2+rpi1 by Peter Michael Green at Thu, 27 Dec 2018 01:27:25 +0000] + * Add -latomic to LDFLAGS on armhf too. + + -- Raspbian forward porter Fri, 18 Feb 2022 05:17:14 +0000 + 389-ds-base (2.0.14-1) unstable; urgency=medium * New upstream release. diff -Nru 389-ds-base-2.0.14/debian/rules 389-ds-base-2.0.14/debian/rules --- 389-ds-base-2.0.14/debian/rules 2022-02-10 17:15:11.000000000 +0000 +++ 389-ds-base-2.0.14/debian/rules 2022-02-18 05:17:14.000000000 +0000 @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+pie -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc powerpcspe sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armhf armel m68k mips mipsel powerpc powerpcspe sh4)) export DEB_LDFLAGS_MAINT_APPEND=-latomic endif