Hi Marco, On Fri, Jan 21, 2022 at 10:53:12PM +0100, Marco d'Itri wrote: > On Jan 20, Helmut Grohne <hel...@subdivi.de> wrote: > > > CONFFLAGS = --disable-werror --prefix=/usr \ > > - --disable-xcrypt-compat-files --enable-obsolete-api=glibc > > + --disable-xcrypt-compat-files --enable-obsolete-api=glibc \ > > + --includedir=/usr/include/$(DEB_HOST_MULTIARCH) > No objections (but DO NOT NMU), but can you please explain this change?
Good, that you ask. It's not obvious. The header file is architecture-dependent. If you skip multiarching the includedir, you get a Multi-Arch: same violation. You may fear breakage of moving headers to multiarch, but I've already looked into that before the libcrypt split for the whole glibc and sent patches for most of the packages. Helmut