mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04:00
perl-xml-parser: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
7476
lang/perl-xml-parser/patches/010-xml-parser-expat-use-ppport.h
Normal file
7476
lang/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 = ();
|
||||
|
||||
Reference in New Issue
Block a user