Yaakov,

I needed the latest version of perl-PAR-Packer, so I built it and discovered that I needed the attached patch. It just adds back a line that was present prior to version 1.030. The build fails with "undefined reference to `__stack_chk_fail'" without that line.

I'm not suggesting that you need to update perl-PAR-Packer, just trying to save you some time when you do update it.

Ken
--- 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.

Reply via email to