Ver código fonte

perl: Add host-perl relink hack

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 10 anos atrás
pai
commit
71b97e4f88
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      lang/perl/patches/500-add-relink-hack.patch

+ 6
- 0
lang/perl/patches/500-add-relink-hack.patch Ver arquivo

@@ -0,0 +1,6 @@
1
+--- /dev/null
2
++++ b/relink/Makefile.PL
3
+@@ -0,0 +1,3 @@
4
++use ExtUtils::MakeMaker;
5
++
6
++WriteMakefile(NAME => "relink");