The problem with your "fix" is that the soname in the libraries ends up being set to the wrong values. For example the file on linux is /lib/libnss_winbind.so but the value stored in the file as the soname is nsswitch/libnss_winbind.so. Dito for all the others. If you can find a better fix that preserves getting the sonames right and simplifies things then I'd be happy to use it.
Richard Bollinger wrote: > > I don't want to ruffle anyone's feathers, but last nights changes to Makefile.in >seems to make it > more complex... Here's my "fix" to that fix (Makefile.in now 21 lines shorter and >avoids recursive > make): > <snip>
