From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 07 Jan 2009 23:27:04 +0000 Subject: Re: [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from Message-Id: List-Id: References: <1231369695-12478-1-git-send-email-inaky@linux.intel.com> In-Reply-To: <1231369695-12478-1-git-send-email-inaky@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, Jan 8, 2009 at 00:08, Inaky Perez-Gonzalez wrote: > From: Inaky Perez-Gonzalez > > 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