This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: [patch]why not follow CFLAGS when using $CC in some packages of frysk?
- From: Stepan Kasal <kasal at ucw dot cz>
- To: frysk at sourceware dot org
- Date: Tue, 19 Sep 2006 15:26:51 +0200
- Subject: Re: [patch]why not follow CFLAGS when using $CC in some packages of frysk?
- Organization: <><
- References: <1158669365.2684.74.camel@YZ_X86_64>
Hello,
On Tue, Sep 19, 2006 at 08:36:05PM +0800, Yong Zheng wrote:
> In frysk, no CFLAGS is followed in some packages, such as elfutils and
> libunwind, when the $(CC) is used.
these are external packages, which we cannot directly influence.
We can have local patches as a short-time solution. But it is
supposed that the patches won't accumulate, they should be pushed
upstream.
Sometimes there are other solutions possible though:
When building frysk for Fedora Core, I faced certain problems with
the build system of elfutils (another problem with CFLAGS).
I was not able to convince Roland (the maintainer of elfutils) to
accept a solution for the problem. But fortunatley, the long-term
plan for frysk on Fedora Core is to use elfutils as an external
package, skipping the copy embedded in frysk---and that way my
problem with elfutils' build system will simply disappear.
(Well, I'm afraid this success story won't help you much...)
Stepan