On Sat, 2010-03-27 at 02:28 +0000, Ben Hutchings wrote: > On Sun, 2009-12-20 at 02:22 +0000, Ben Hutchings wrote: > > The alsa-driver configure script performs file and compile checks > > without using kbuild. This is bound to fail sometimes, as has happened > > here. The attached patches fix the worst problems. You will of course > > need to regenerate the configure script after applying these. > > > > Note, there are still compiler errors when building against 2.6.32. But > > I am not going to fix all this package's bugs. > > Here's another patch which fixes more brain-dead checks in the configure > scripts: [...] > +kaversion="$(cd "$CONFIG_SND_KERNELDIR" && make kernelversion 2>/dev/null)" [...]
This actually needs to be: kaversion="$(cd "$CONFIG_SND_KERNELDIR" && env -u MAKELEVEL make kernelversion 2>/dev/null)" Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve it makes it worse.
signature.asc
Description: This is a digitally signed message part