This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
c56aabec0e
commit
71b97e4f88
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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");
Write
Preview
Loading…
Cancel
Save