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. Your
>> machine may just beat mine though, if you want to verify it :-)
> 
> Just to let you know that this isn't quite complete.  man-db needs 
> pkg-config in order to find libpipeline.  It can be trivially worked 
> around by setting libpipeline_{CFLAGS,LIBS} but as I'm away for the 
> weekend it may be a few days until this gets into the book.

Just to follow up, it looks like we need to add:

libpipeline_CFLAGS='' \
libpipeline_LIBS='-lpipeline' \
PKG_CONFIG=/bin/true \
./configure  ...

Works for me.  In addition, I do not get the 2 test failures mentioned 
in the book.  All tests pass for me.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to