netsnmp: handle libnl dependency properly
[buildroot-gz.git] / package / perl-xml-libxml / 0001-Makefile-PL.patch
blobe043c6d24c9f20a8b457765d45d354390f2aa081
1 fake check_lib for cross-compilation
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
5 Index: b/Makefile.PL
6 ===================================================================
7 --- a/Makefile.PL
8 +++ b/Makefile.PL
9 @@ -88,8 +88,7 @@
10 # -------------------------------------------------------------------------- #
11 # -------------------------------------------------------------------------- #
13 -use lib qw(inc);
14 -use Devel::CheckLib;
15 +sub check_lib { return 1; }
17 # Prompt the user here for any paths and other configuration