From: Marcel Holtmann <marcel@holtmann.org>
To: linux-hotplug@vger.kernel.org
Subject: RE: [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated
Date: Thu, 08 Jan 2009 03:20:40 +0000 [thread overview]
Message-ID: <1231384840.5298.11.camel@californication> (raw)
In-Reply-To: <1231369695-12478-1-git-send-email-inaky@linux.intel.com>
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.
>
> Yeah, all that works ok -- my concern is more the generation of the .pc
> file, as they are based off @exec_dir@ and in the pc.in template files,
> exec_prefix is taken to be @prefix@, when that could not be the case.
>
> Am I missing anything here?
these values are replace at runtime of configure and the end result
looks like this:
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include
Name: libudev
Description: Library to access udev device information
Version: 136
Libs: -L${libdir} -ludev
Libs.private:
Cflags: -I${includedir}
And that looks correct to me. What do you expect to happen?
Regards
Marcel
next prev parent reply other threads:[~2009-01-08 3:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-07 23:08 [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@ Inaky Perez-Gonzalez
2009-01-07 23:27 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from Kay Sievers
2009-01-07 23:35 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated Marcel Holtmann
2009-01-07 23:48 ` Perez-Gonzalez, Inaky
2009-01-08 0:08 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@ Inaky Perez-Gonzalez
2009-01-08 2:46 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from Kay Sievers
2009-01-08 3:20 ` Marcel Holtmann [this message]
2009-01-08 18:00 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@ Inaky Perez-Gonzalez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231384840.5298.11.camel@californication \
--to=marcel@holtmann.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).