mirror of
https://github.com/openwrt/packages.git
synced 2025-07-13 04:24:48 +00:00
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>
13 lines
241 B
Diff
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 = ();
|
|
|