https://bugs.winehq.org/show_bug.cgi?id=53953
--- Comment #21 from Zeb Figura z.figura12@gmail.com --- (In reply to Eric Pouech from comment #19)
PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-/usr/lib/i386-linux-gnu/pkgconfig:/ usr/lib32/pkgconfig:/usr/lib/pkgconfig}
PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-/usr/lib/i386-linux-gnu/pkgconfig:/ usr/lib32/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig}
which is obviously not great, I mean I was kind of hoping that we could finally move away from "fall back to the wrong arch", but it's no worse than what we have been doing, or what we do for other distributions.
yes that would avoid breakage, but wouldn't warn user about 32/64.pc mismatch
It wouldn't, no. On the other hand that's basically been the situation for some time, and the only case we know matters (GStreamer) we explicitly check for anyway...