Browse Source

perl: Add host-perl relink hack

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 11 years ago
parent
commit
71b97e4f88
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      lang/perl/patches/500-add-relink-hack.patch

+ 6
- 0
lang/perl/patches/500-add-relink-hack.patch View File

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

Loading…
Cancel
Save