Perl-Toolchain-Gang / ExtUtils-MakeMaker

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

Don't use -rpath linker option for macOS <= 10.4 #412

Closed hakonhagland closed 2 years ago

hakonhagland commented 2 years ago

Mac OS X 10.4 and earlier do not support -rpath linker option. Fixes issue #410 by including patch given in https://github.com/macports/macports-ports/pull/13529