tokuhirom / Perl-Build

Other
79 stars 38 forks source link

Fix additional paths for relocatable perl #100

Closed afresh1 closed 3 years ago

afresh1 commented 3 years ago

This applies some similar transforms to what skaji's relocatable-perl script does, but integrated here into the Perl-Build script. This adjusts some additional paths to be relocatable that can't be done as part of the perl build itself, one because old releases don't do that, but also because it needs the non-relocated value to actually build. Without these additional changes there are a few things that don't get relocated, and as we're using Perl-Build for some things it would be nice to have this.

skaji commented 3 years ago

Thanks for bringing up my attempt :)

But, I think this is beyond the scope of Perl-Build. If Perl-Build had some plugin system, this should be implemented as a plugin.

P.S. Some fixes for relocatability here should be addressed in perl core/EUMM/MB, I think.

afresh1 commented 3 years ago

Ok, Thank you. I will change tactics.