Browse Source

Merge pull request #5083 from pprindeville/perl-inline-c-fix-makefile_pl

perl-inline-c: patch Makefile.PL to not eval undef
lilik-openwrt-22.03
Philip Prindeville 7 years ago
committed by GitHub
parent
commit
e69441be6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch

+ 8
- 0
lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch View File

@ -0,0 +1,8 @@
--- a/Makefile.PL 2017-05-30 14:58:53.000000000 -0600
+++ b/Makefile.PL 2017-11-07 13:40:05.172119764 -0700
@@ -82,3 +82,5 @@ package
MY;
use File::ShareDir::Install qw(postamble);
}
+
+1;

Loading…
Cancel
Save