Explorar el Código

perl: Add host-perl relink hack

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia hace 10 años
padre
commit
71b97e4f88
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      lang/perl/patches/500-add-relink-hack.patch

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

@@ -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");