ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.37 by root, Tue Aug 14 14:03:15 2018 UTC vs.
Revision 1.38 by root, Sat Aug 25 19:55:48 2018 UTC

60 $ENV{CC} = $Config{cc}; 60 $ENV{CC} = $Config{cc};
61 $ENV{CPPFLAGS} = "$Config{cppflags} -I$Config{archlibexp}/CORE"; 61 $ENV{CPPFLAGS} = "$Config{cppflags} -I$Config{archlibexp}/CORE";
62 $ENV{CFLAGS} = $Config{ccflags}; 62 $ENV{CFLAGS} = $Config{ccflags};
63 $ENV{LDFLAGS} = "$Config{ldflags} $Config{ccdlflags}"; 63 $ENV{LDFLAGS} = "$Config{ldflags} $Config{ccdlflags}";
64 $ENV{LINKER} = $Config{ld}; # nonstandard 64 $ENV{LINKER} = $Config{ld}; # nonstandard
65 $ENV{LIBS} = "-L$Config{archlibexp}/CORE -L$Config{privlibexp} -lperl $Config{libs}"; 65 $ENV{LIBS} = "-L$Config{archlibexp}/CORE -L$Config{privlibexp} -lperl $Config{perllibs}";
66 66
67 system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E" 67 system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E"
68 and exit $? >> 8; 68 and exit $? >> 8;
69 } 69 }
70} 70}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines