The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / perl-xml-libxml / 0001-Makefile-PL.patch
1 fake check_lib for cross-compilation
2
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
4
5 Index: 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