[perl #49590] [PATCH] tru64 hints tweaks (for Parrot 0.5.1)

2008-01-12 Thread Will Coleda via RT
Thanks, applied as r24799

[perl #49590] [PATCH] tru64 hints tweaks (for Parrot 0.5.1)

2008-01-10 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #49590] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49590 > Attached. -- Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There

Re: [PATCH] tru64: hints tweaks

2008-01-09 Thread Andy Dougherty
On Wed, 9 Jan 2008, Jarkko Hietaniemi wrote: > --- config/init/hints/dec_osf.pm.dist 2008-01-09 04:57:50.0 +0200 > +++ config/init/hints/dec_osf.pm 2008-01-09 05:23:23.0 +0200 > @@ -43,8 +45,9 @@ > $conf->data->set( linkflags => $linkflags ); > } > > -# Re

Re: [PATCH] tru64: hints tweaks

2008-01-09 Thread James E Keenan
Jarkko Hietaniemi wrote: --- config/init/hints/dec_osf.pm.dist 2008-01-09 04:57:50.0 +0200 +++ config/init/hints/dec_osf.pm2008-01-09 05:23:23.0 +0200 @@ -14,8 +14,10 @@ Jarkko: Our RT system doesn't pick up new submissions that go (only) to [EMAIL PROTECTED] Coul

[PATCH] tru64: hints tweaks

2008-01-09 Thread Jarkko Hietaniemi
--- config/init/hints/dec_osf.pm.dist 2008-01-09 04:57:50.0 +0200 +++ config/init/hints/dec_osf.pm2008-01-09 05:23:23.0 +0200 @@ -14,8 +14,10 @@ if ( $ccflags !~ /-pthread/ ) { $ccflags .= ' -pthread'; } +if ( $ccflags !~ /-D_REENTRANT/ ) { +