xref: /OK3568_Linux_fs/buildroot/package/perl-xml-libxml/0001-Makefile-PL.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1fake check_lib for cross-compilation
2
3Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
4
5Index: b/Makefile.PL
6===================================================================
7--- a/Makefile.PL
8+++ b/Makefile.PL
9@@ -88,8 +88,7 @@
10 # -------------------------------------------------------------------------- #
11 # -------------------------------------------------------------------------- #
12
13-use lib qw(inc);
14-use Devel::CheckLib;
15+sub check_lib { return 1; }
16
17 # Prompt the user here for any paths and other configuration
18
19