On Thu, 01 Aug 2024 at 01:47:57 +0300, Adrian Bunk wrote: > Sorry, I got that backwards. > > LDFLAGS were missing with dpkg 1.22.9 in gtk4 4.14.4+ds-4 but are now back.
OK, that's consistent with the log I was looking at. None of gtk4's extra LDFLAGS are actually critical to the build, so it isn't surprising that we wouldn't notice they weren't being applied. > What works with both versions is > -DEB_CFLAGS_MAINT_APPEND = -ffloat-store > +export DEB_CFLAGS_MAINT_APPEND = -ffloat-store Thanks, I'll try that when it isn't on the critical path for other packages. smcv