Changeset 3843 for inc

Show
Ignore:
Timestamp:
05/25/05 02:48:29 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5385
Message:

* init dynaloader; add ccopts back.

Files:
1 modified

Legend:

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

    r3842 r3843  
    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 ldopts`)) 
     173                       split (' ', `$^X -MExtUtils::Embed -e ccopts,ldopts`)) 
    174174      if $ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i; 
    175175    chomp $ghc_flags;