diff -Nru glibc-2.35/debian/changelog glibc-2.35/debian/changelog --- glibc-2.35/debian/changelog 2022-03-04 02:38:35.000000000 +0000 +++ glibc-2.35/debian/changelog 2022-03-04 02:54:17.000000000 +0000 @@ -1,3 +1,9 @@ +glibc (2.35-0ubuntu3) jammy; urgency=medium + + * debian/rules.d/build.mk: build with --with-default-link=no. + + -- Michael Hudson-Doyle Fri, 04 Mar 2022 15:54:17 +1300 + glibc (2.35-0ubuntu2) jammy; urgency=medium * d/patches/arm/local-vfp-sysdeps.diff: Restore, and add another EABI diff -Nru glibc-2.35/debian/rules.d/build.mk glibc-2.35/debian/rules.d/build.mk --- glibc-2.35/debian/rules.d/build.mk 2022-02-27 21:23:39.000000000 +0000 +++ glibc-2.35/debian/rules.d/build.mk 2022-03-04 02:52:42.000000000 +0000 @@ -110,6 +110,7 @@ --enable-stackguard-randomization \ --enable-stack-protector=strong \ --with-pkgversion="Ubuntu GLIBC $(DEB_VERSION)" \ + --with-default-link=no \ --with-bugurl="https://bugs.launchpad.net/ubuntu/+source/glibc/+bugs" \ $(if $(filter $(pt_chown),yes),--enable-pt_chown) \ $(if $(filter $(threads),no),--disable-nscd) \