ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
(Generate patch)

Comparing App-Staticperl/Changes (file contents):
Revision 1.64 by root, Mon Jun 25 11:37:15 2012 UTC vs.
Revision 1.67 by root, Thu Jan 16 20:12:47 2014 UTC

7LD_LIBRARYN32_PATH irix 7LD_LIBRARYN32_PATH irix
8LD_LIBRARY64_PATH irix 8LD_LIBRARY64_PATH irix
9DYLD_LIBRARY_PATH darwin 9DYLD_LIBRARY_PATH darwin
10TODO: nonstatic builds, make.aperl failure does not link in everything? 10TODO: nonstatic builds, make.aperl failure does not link in everything?
11TODO-IMPORTANT: CPAN::MyConfig! 11TODO-IMPORTANT: CPAN::MyConfig!
12TODO: echo " -ldl" >>"$PERL_PREFIX"/lib/auto/Net/SSLeay/extralibs.ld
13TODO: tlel people that staticperl perl *PL;make/make install is not enough normally. 12TODO: tell people that staticperl perl *PL;make/make install is not enough normally.
14 13
141.44
15 - added Net::SSLeay hint, tested and improved by gleeco. 15 - added Net::SSLeay hint, tested and improved by gleeco.
16 - fix quoting bug, avoid failure when EXTRA_MODULES contains spaces.
17 - enable build_requires_install_policy to work around one of the myriad
18 bugs in Module::Build.
19 - support concurrent access to the DLCACHE.
20 - install ExtUtils::CBuilder early, to improve chances of succeeding
21 slightly by having a newer version.
22 - patch ExtUtils::Cbuilder::Base::have_compiler to always return
23 true, as ExtUtils::Cbuilder blindly builds shared libs on systems
24 that cannot build shared libs.
25 - set LD/CC/LDFLAGS/CFLAGS to work around the endlessly buggy ExtUtils::CBuilder,
26 which incidentally is a byproduct (read: garbage) of Module::Build.
27 - be more aggressive about post-install patching, to avoid stuff falling
28 through the cracks.
16 29
171.43 Wed Apr 18 14:38:43 CEST 2012 301.43 Wed Apr 18 14:38:43 CEST 2012
18 - remove the temporary MakeMaker patch, as either Pod::Parser or 31 - remove the temporary MakeMaker patch, as either Pod::Parser or
19 MakeMaker have been fixed. Also make sure we pull MakeMaker 32 MakeMaker have been fixed. Also make sure we pull MakeMaker
20 from CPAN. This might fix the CPAN dependency problems with 33 from CPAN. This might fix the CPAN dependency problems with

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines