tag 628507 patch
thanks

On Fri, Jul 01, 2011 at 06:10:21PM -0400, Stéphane Gaudreault wrote:
 
> Our collegue Marcela Mašláňová from the Red Hat team suggested that the 
> problem might be in in Makefile.PL where ExtUtils::MakeMaker overwrite the 
> CCFLAGS. The following patch fixed the problem for us.

Thanks Stéphane!

> -    CCFLAGS => $cflags,
> +    CCFLAGS => $Config{ccflags},

(Alternatively, appending $cflags to $Config{ccflags}) might be a bit
 cleaner.)

Subversion maintainers: see #628522 for more information about this issue.
-- 
Niko Tyni   [email protected]



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to