mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
treewide: move all perl packages into its own folder
This makes it in sync with Python packages. Python packages has its own place in /lang/python Perl does not, so this fixes it. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
7476
lang/perl/perl-xml-parser/patches/010-xml-parser-expat-use-ppport.h
Normal file
7476
lang/perl/perl-xml-parser/patches/010-xml-parser-expat-use-ppport.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,12 @@
|
||||
--- a/Expat/Makefile.PL
|
||||
+++ b/Expat/Makefile.PL
|
||||
@@ -2,6 +2,9 @@ use ExtUtils::MakeMaker;
|
||||
use Config;
|
||||
use English;
|
||||
|
||||
+$expat_libpath = '%%EXPAT_LIBPATH%%';
|
||||
+$expat_incpath = '%%EXPAT_INCPATH%%';
|
||||
+
|
||||
my $libs = "-lexpat";
|
||||
my @extras = ();
|
||||
|
||||
11
lang/perl/perl-xml-parser/patches/030-expat.patch
Normal file
11
lang/perl/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