This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
#81026: Perl binary no longer relocatable
authorJan Dubois <jand@activestate.com>
Thu, 17 Mar 2011 17:14:19 +0000 (10:14 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 17 Mar 2011 17:17:14 +0000 (10:17 -0700)
commitf31c6eed2275930127050c5395e103e816de9c87
tree1b3220f304b8d40d3b34d744117ef174ca47f16a
parent3fffb88a6cabe9bc42e2a62f0ab7442ba6850dd0
#81026: Perl binary no longer relocatable

Provide a preprocessor macro PERL_RELOCATABLE_INCPUSH to tell
incpush_use_sep() to ignore the passed in len argument.  This
enables relocatable Perl distributions that patch the various
paths at install time.

Core Perl neither provides actual relocation scripts/programs,
nor endorses this practise as being "supported"; this patch
only makes it possible to create such tools.  It is therefore
undocumented outside the source level comments.
perl.c