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