diff -Nru nodejs-10.15.2~dfsg/debian/changelog nodejs-10.15.2~dfsg/debian/changelog --- nodejs-10.15.2~dfsg/debian/changelog 2019-02-28 14:52:30.000000000 +0000 +++ nodejs-10.15.2~dfsg/debian/changelog 2019-03-14 19:30:14.000000000 +0000 @@ -1,3 +1,10 @@ +nodejs (10.15.2~dfsg-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 10.15.0~dfsg-10+rpi1 by Peter Michael Green at Thu, 31 Jan 2019 14:17:56 +0000] + * Link with libatomic on Raspbian. + + -- Raspbian forward porter Thu, 14 Mar 2019 19:30:14 +0000 + nodejs (10.15.2~dfsg-1) unstable; urgency=high * New upstream version 10.15.2~dfsg diff -Nru nodejs-10.15.2~dfsg/debian/rules nodejs-10.15.2~dfsg/debian/rules --- nodejs-10.15.2~dfsg/debian/rules 2019-02-08 13:49:39.000000000 +0000 +++ nodejs-10.15.2~dfsg/debian/rules 2019-03-14 19:30:14.000000000 +0000 @@ -168,6 +168,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-float-abi=hard ifeq ($(shell dpkg-vendor --derives-from raspbian && echo true),true) # enable vfp, disable armv7 +LDFLAGS += -latomic DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-fpu=vfp else # enable armv7 vfpv3