mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
perl-xml-parser: Update to 2.46
Added patch that removes faulty expat check. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
11
lang/perl-xml-parser/patches/030-expat.patch
Normal file
11
lang/perl-xml-parser/patches/030-expat.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Makefile.PL
|
||||
+++ b/Makefile.PL
|
||||
@@ -65,7 +65,7 @@ Expat_Not_Installed;
|
||||
|
||||
# exiting before Makefile generation silences CPANTesters reports
|
||||
# when expat is not available.
|
||||
- exit 0;
|
||||
+# exit 0;
|
||||
}
|
||||
|
||||
if ( not $expat_libpath and $] >= 5.006001 and $^O ne 'MSWin32' ) {
|
||||
Reference in New Issue
Block a user