Changeset 3842 for inc

Show
Ignore:
Timestamp:
05/25/05 02:33:02 (4 years ago)
Author:
clkao
svk:copy_cache_prev:
5385
Message:

ccopts breaks the build.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Pugs.pm

    r3841 r3842  
    171171      if $self->is_extension_build; 
    172172    $ghc_flags .= join(' ', grep { m{^/} or m{^-[DILl]} or m{^-Wl,-R} } 
    173                        split (' ', `$^X -MExtUtils::Embed -e ccopts,ldopts`)) 
     173                       split (' ', `$^X -MExtUtils::Embed -e ldopts`)) 
    174174      if $ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i; 
    175175    chomp $ghc_flags; 
    176     #$ghc_flags .= " -fno-warn-deprecations -fno-warn-orphans"; 
    177176    return ($ghc, $ghc_version, $ghc_flags); 
    178177}