0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-13 04:24:48 +00:00
Files
packages/lang/perl/perl-xml-parser/patches/020-xml-parser-expat-lib-inc-path-anchor.patch
Josef Schlehofer e9f4aa38ef 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>
2025-07-06 16:21:08 +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 = ();