ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/patch-postinstall.sh
(Generate patch)

Comparing cvsroot/App-Staticperl/patch-postinstall.sh (file contents):
Revision 1.9 by root, Tue Feb 4 00:57:27 2014 UTC vs.
Revision 1.10 by root, Mon Jul 6 23:22:17 2015 UTC

45# this is required for dynamic loading in static perls, 45# this is required for dynamic loading in static perls,
46# and static loading in dynamic perls, when rebuilding a new perl. 46# and static loading in dynamic perls, when rebuilding a new perl.
47# Why this patch is necessray I don't understand. Yup. 47# Why this patch is necessray I don't understand. Yup.
48patch ExtUtils/Miniperl.pm extutils_miniperl.pm ' 48patch ExtUtils/Miniperl.pm extutils_miniperl.pm '
49/^sub writemain/ a\ 49/^sub writemain/ a\
50 push @_, canon("/","DynaLoader"); # patched by staticperl 50 push @_, "DynaLoader"; # patched by staticperl
51' 51'
52 52
53# ExtUtils::CBuilder always tries to link shared libraries 53# ExtUtils::CBuilder always tries to link shared libraries
54# even on systems without shared library support. From the same 54# even on systems without shared library support. From the same
55# source as Module::Build, so no wonder it's broken beyond fixing. 55# source as Module::Build, so no wonder it's broken beyond fixing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines