perl: Add host-perl relink hack
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
c56aabec0e
commit
71b97e4f88
1 changed files with 6 additions and 0 deletions
6
lang/perl/patches/500-add-relink-hack.patch
Normal file
6
lang/perl/patches/500-add-relink-hack.patch
Normal file
|
@ -0,0 +1,6 @@
|
|||
--- /dev/null
|
||||
+++ b/relink/Makefile.PL
|
||||
@@ -0,0 +1,3 @@
|
||||
+use ExtUtils::MakeMaker;
|
||||
+
|
||||
+WriteMakefile(NAME => "relink");
|
Loading…
Reference in a new issue