diff -Nru gpac-1.0.1+dfsg1/debian/changelog gpac-1.0.1+dfsg1/debian/changelog --- gpac-1.0.1+dfsg1/debian/changelog 2020-11-25 20:43:00.000000000 +0000 +++ gpac-1.0.1+dfsg1/debian/changelog 2021-05-08 12:28:54.000000000 +0000 @@ -1,3 +1,9 @@ +gpac (1.0.1+dfsg1-3+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sat, 08 May 2021 12:28:54 +0000 + gpac (1.0.1+dfsg1-3) unstable; urgency=medium * Clean share/gpac.desktop (Closes: #975779) diff -Nru gpac-1.0.1+dfsg1/debian/rules gpac-1.0.1+dfsg1/debian/rules --- gpac-1.0.1+dfsg1/debian/rules 2020-11-25 20:43:00.000000000 +0000 +++ gpac-1.0.1+dfsg1/debian/rules 2021-05-08 12:28:44.000000000 +0000 @@ -12,7 +12,7 @@ DEB_EXTRA_CONFIGURE_FLAGS += --cross-prefix=${DEB_HOST_GNU_TYPE}- endif -ifneq (,$(filter $(DEB_HOST_ARCH), armel riscv64)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf riscv64)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif