1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-27 19:35:18 +02:00
openwrt-packages/lang/perl-xml-parser/patches/020-xml-parser-expat-lib-inc-path-anchor.patch
Marcel Denia e87bfa90a9 perl-xml-parser: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-10 11:47:37 +02:00

13 lines
241 B
Diff

--- 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 = ();