[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] How to handle incorrect -config files
From: |
Mike Goins |
Subject: |
Re: [Ltib] How to handle incorrect -config files |
Date: |
Mon, 9 Jul 2012 00:10:08 -0400 |
On Sun, Jul 8, 2012 at 2:53 PM, Mike Goins <address@hidden> wrote:
> libxml2 build generates a $DEV_IMAGE/bin/xml2-config file that is used
> by other libs that depend on libxml2, but the file has a host absolute
> entry ( prefix=/usr ) which appears in "xml2-config --libs" output. I
> think this may throw off the other libs. What is the best way to
> "fix" these types of config file? "Massage" correct values into them
> by the owning package. In this case libxml2.spec sed's the file?
Nevermind. Red herring. I though the build was picking up from this
file but there was some other issue.