Matthew Burgess wrote:
> On 05/10/2011 23:24, Matthew Burgess wrote:
>> On 05/10/2011 22:48, Bruce Dubbs wrote:
>>
>>> That sounds like a nice simple approach. Does it still place its .pc
>>> files in /usr/lib/pkgconfig?
>> Hi Bruce,
>>
>> Here's the complete patch I've kicked off a test build with
On 05/10/2011 23:24, Matthew Burgess wrote:
> On 05/10/2011 22:48, Bruce Dubbs wrote:
>
>> That sounds like a nice simple approach. Does it still place its .pc
>> files in /usr/lib/pkgconfig?
>
> Hi Bruce,
>
> Here's the complete patch I've kicked off a test build with. Your
> machine may just beat
what is e2fsprogs ?
2011/10/6 John Stanley
> The modified e2fsprogs build looks like a nice solution to me,
> especially since the external glib dependency looks like a bit
> of a 'slippery slope' to unnecessary complexity. Thanks everyone.
> John
>
> On 10/05/2011 08:06 PM, Andrew Benton wrote
The modified e2fsprogs build looks like a nice solution to me,
especially since the external glib dependency looks like a bit
of a 'slippery slope' to unnecessary complexity. Thanks everyone.
John
On 10/05/2011 08:06 PM, Andrew Benton wrote:
On Wed, 05 Oct 2011 16:48:07 -0500
Bruce Dubbs wrote:
On Wed, 05 Oct 2011 16:48:07 -0500
Bruce Dubbs wrote:
> That sounds like a nice simple approach. Does it still place its .pc
> files in /usr/lib/pkgconfig?
>
Yes, it installed /usr/lib/pkgconfig/ext2fs.pc
Andy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfrom
On 05/10/2011 22:48, Bruce Dubbs wrote:
That sounds like a nice simple approach. Does it still place its .pc
files in /usr/lib/pkgconfig?
Hi Bruce,
Here's the complete patch I've kicked off a test build with. Your
machine may just beat mine though, if you want to verify it :-)
Regards,
Andrew Benton wrote:
> On Wed, 5 Oct 2011 2:03:35 -0600
> Matthew Burgess wrote:
>
>> My preferred way of handling the glib/pkg-config requirement in LFS Chapter 6
>> at the moment is to "fix" e2fsprogs so that it doesn't require pkg-config at
>> all (see
>> http://www.linuxfromscratch.org/piper
On Wed, 5 Oct 2011 2:03:35 -0600
Matthew Burgess wrote:
> My preferred way of handling the glib/pkg-config requirement in LFS Chapter 6
> at the moment is to "fix" e2fsprogs so that it doesn't require pkg-config at
> all (see
> http://www.linuxfromscratch.org/pipermail/lfs-dev/2011-September/065
Regarding Python, yes it does, but I think only for the dbus-related
testing parts. So, if dbus is not found on the system, Python will not
be needed as I recall.
The dbus (and hence Python) issue did arise for me as I use the
base system as a 'maintenance root' for doing base package
upgrades fo
On Tue, 04 Oct 2011 20:53:52 -0400, John Stanley
wrote:
> There doesn't seem to be an easy way to turn off the
> libffi requirement, which is unfortunate, as libglib itself
> doesn't need it. On the other hand, I've been building
> lfs/blfs-like systems for several years now, and end up
> ins
As of glib-0.30.0, libffi is a required dependency (for gobject).
Since glib is built in Ch. 6 only for pkg-config, and since
pkg-config only requires libglib, I use the following
configure/make build:
CFLAGS="$GCC_CFLAGS" \
CXXFLAGS="$GCC_CFLAGS" \
PCRE_LIBS="-L/usr/lib -lpcre" \
PCRE_CFLAGS="-I
11 matches
Mail list logo