diff --git a/lang/perl/patches/500-add-relink-hack.patch b/lang/perl/patches/500-add-relink-hack.patch new file mode 100644 index 000000000..fd3d3861f --- /dev/null +++ b/lang/perl/patches/500-add-relink-hack.patch @@ -0,0 +1,6 @@ +--- /dev/null ++++ b/relink/Makefile.PL +@@ -0,0 +1,3 @@ ++use ExtUtils::MakeMaker; ++ ++WriteMakefile(NAME => "relink");