--- origsrc/PAR-Packer-1.030/myldr/Makefile.PL 2016-05-10 21:09:14.197601400 -0400 +++ src/PAR-Packer-1.030/myldr/Makefile.PL 2016-05-10 22:15:08.535197200 -0400 @@ -172,6 +172,7 @@ if ($dynperl) { $perllibshortname =~ s/\Q.$so\E$//; } $static_ldflags =~ s/(^|\s)-l$perllibshortname(\s|$)/ /g; +$boot_ldflags .= $static_ldflags; # In the $dynperl case, we've already found the $libperl DSO.