Hackfut Security File Manager
Current Path:
/usr/share/perl5/ExtUtils/CBuilder/Platform
usr
/
share
/
perl5
/
ExtUtils
/
CBuilder
/
Platform
/
📁
..
📄
Unix.pm
(1.02 KB)
📄
VMS.pm
(10.3 KB)
📁
Windows
📄
Windows.pm
(8.68 KB)
📄
aix.pm
(617 B)
📄
cygwin.pm
(924 B)
📄
darwin.pm
(512 B)
📄
dec_osf.pm
(420 B)
📄
os2.pm
(2.67 KB)
Editing: aix.pm
package ExtUtils::CBuilder::Platform::aix; use strict; use ExtUtils::CBuilder::Platform::Unix; use File::Spec; use vars qw($VERSION @ISA); $VERSION = '0.27'; @ISA = qw(ExtUtils::CBuilder::Platform::Unix); sub need_prelink { 1 } sub link { my ($self, %args) = @_; my $cf = $self->{config}; (my $baseext = $args{module_name}) =~ s/.*:://; my $perl_inc = $self->perl_inc(); # Massage some very naughty bits in %Config local $cf->{lddlflags} = $cf->{lddlflags}; for ($cf->{lddlflags}) { s/\Q$(BASEEXT)\E/$baseext/; s/\Q$(PERL_INC)\E/$perl_inc/; } return $self->SUPER::link(%args); } 1;
Upload File
Create Folder