Bug#628507: [PATCH] subversion: FTBFS with perl 5.14: test failures

2011-07-11 Thread Stéphane Gaudreault
Le 10 juillet 2011 08:37:36 Niko Tyni a écrit : 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

Bug#628507: [PATCH] subversion: FTBFS with perl 5.14: test failures

2011-07-11 Thread Peter Samuelson
[Niko Tyni] Thanks Stéphane! -CCFLAGS = $cflags, +CCFLAGS = $Config{ccflags}, (Alternatively, appending $cflags to $Config{ccflags}) might be a bit cleaner.) Indeed, I was trying to investigate this issue, to confirm for myself that the function bit really is the LFS flags,

Bug#628507: [PATCH] subversion: FTBFS with perl 5.14: test failures

2011-07-09 Thread Niko Tyni
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

Bug#628507: [PATCH] subversion: FTBFS with perl 5.14: test failures

2011-07-01 Thread Stéphane Gaudreault
Hi, 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. Regards, -- Stéphane Gaudreault ArchLinux developer