Philip Craig wrote: > Philip A. Prindeville wrote: >> * allowing a cross-compilation without contamination by the host's own state via pkg-config bleeding into it. > > Setting PKG_CONFIG_LIBDIR should fix that without any makefile changes. > I haven't tried with this package, but it works for every other > cross compilation I've done. Indeed, and that would work until, as Pavel points out, someone adds something naive and ill-informed like a `uname -r` (or `arch`) into the Makefile. I'm not just trying to make the current version safe for cross-compilation, but all future versions too so I don't ever have to come back and fix this issue again. You have no idea how many packages we had to make cross-compilation safe. Literally dozens. And some of them continue to have periodic regressions. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html