Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 77 forks source link

Proposal to have ExtUtils::MakeMaker maintain all rpath arguments #440

Open jkahrman opened 1 year ago

jkahrman commented 1 year ago

ExtUtils::MakeMaker previously dropped any rpath argument that isn't an existing directory. This is too restrictive because:

Also, do a Makefile escape of any single '$' in the rpath value ($ -> $$). Since the rpath value may also be consumed in a test in Makefile.PL where it doesn't need to be escaped, it's inconvenient to unescape it there.

See #439

mohawk2 commented 1 year ago

I've approved the CI to run.