On Thu, Jan 8, 2009 at 00:08, Inaky Perez-Gonzalez <inaky@xxxxxxxxxxxxxxx> wrote: > From: Inaky Perez-Gonzalez <inaky.perez-gonzalez@xxxxxxxxx> > > Otherwise paths where the libraries are to be found are out of sync. Pkgconfig usually points to the development symlink to the .so, not the real .so, and that should be in prefix, not in exec_prefix. The fact that the lib lives in the rootfs is hidden by the dynloader, and not interesting to the user of the library. We did it like your patch does in the past, but we got a patch to turn that exactly into the way it is now. Now we need to find out what to do. :) What exactly fails for you? Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html