From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Holtmann Date: Wed, 07 Jan 2009 23:35:24 +0000 Subject: Re: [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated Message-Id: <1231371324.5298.6.camel@californication> 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 Hi Inaky, > Otherwise paths where the libraries are to be found are out of sync. did you check the autogen.sh of udev. With programs living in the / directory (including their libraries) you have to do special things when installing them. Here is what udev uses: --prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux And with that a "make install" words just fine. I have been using it since the last few month. Regards Marcel