Bug#476045: backports

2008-04-25 Thread Robert Millan
On Fri, Apr 25, 2008 at 05:08:26PM +0200, Alexander Sack wrote: > > > > # we are modern and build with 4.2 everywhere > > CXX=g++-4.2 > > CC=gcc-4.2 > > export CXX CC > > > > IMO being modern isn't really a package-specific issue ;-) > > > > It was when 4.2 wasn't the default and 4.1 didn't wor

Bug#476045: backports

2008-04-25 Thread Alexander Sack
On Fri, Apr 25, 2008 at 02:22:21PM +0200, Robert Millan wrote: > > Hi, > > Note that this also breaks backports to etch, where gcc-4.2 isn't available. > > Unless you have strong reasons to avoid gcc-4.1, I recommend that you simply > remove the variable override: > > # we are modern and build

Bug#476045: backports

2008-04-25 Thread Robert Millan
Hi, Note that this also breaks backports to etch, where gcc-4.2 isn't available. Unless you have strong reasons to avoid gcc-4.1, I recommend that you simply remove the variable override: # we are modern and build with 4.2 everywhere CXX=g++-4.2 CC=gcc-4.2 export CXX CC IMO being modern isn't