perl-xml-libxml-01-Makefile-PL.patch 537 B

123456789101112131415161718
  1. fake check_lib for cross-compilation
  2. Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
  3. Index: b/Makefile.PL
  4. ===================================================================
  5. --- a/Makefile.PL
  6. +++ b/Makefile.PL
  7. @@ -84,8 +84,7 @@
  8. # -------------------------------------------------------------------------- #
  9. # -------------------------------------------------------------------------- #
  10. -use lib qw(inc);
  11. -use Devel::CheckLib;
  12. +sub check_lib { return 1; }
  13. # Prompt the user here for any paths and other configuration