Loading package/perl-xml-libxml/perl-xml-libxml-01-Makefile-PL.patch 0 → 100644 +18 −0 Original line number Diff line number Diff line fake check_lib for cross-compilation Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Index: b/Makefile.PL =================================================================== --- a/Makefile.PL +++ b/Makefile.PL @@ -84,8 +84,7 @@ # -------------------------------------------------------------------------- # # -------------------------------------------------------------------------- # -use lib qw(inc); -use Devel::CheckLib; +sub check_lib { return 1; } # Prompt the user here for any paths and other configuration package/perl-xml-libxml/perl-xml-libxml.mk +5 −0 Original line number Diff line number Diff line Loading @@ -11,4 +11,9 @@ PERL_XML_LIBXML_DEPENDENCIES = perl zlib libxml2 perl-xml-sax perl-xml-namespace PERL_XML_LIBXML_LICENSE = Artistic or GPLv1+ PERL_XML_LIBXML_LICENSE_FILES = LICENSE PERL_XML_LIBXML_CONF_OPT = \ LIBS="-L $(STAGING_DIR)/usr/lib" \ INC="-I $(STAGING_DIR)/usr/include/libxml2" \ NO_THREADS $(eval $(perl-package)) Loading
package/perl-xml-libxml/perl-xml-libxml-01-Makefile-PL.patch 0 → 100644 +18 −0 Original line number Diff line number Diff line fake check_lib for cross-compilation Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Index: b/Makefile.PL =================================================================== --- a/Makefile.PL +++ b/Makefile.PL @@ -84,8 +84,7 @@ # -------------------------------------------------------------------------- # # -------------------------------------------------------------------------- # -use lib qw(inc); -use Devel::CheckLib; +sub check_lib { return 1; } # Prompt the user here for any paths and other configuration
package/perl-xml-libxml/perl-xml-libxml.mk +5 −0 Original line number Diff line number Diff line Loading @@ -11,4 +11,9 @@ PERL_XML_LIBXML_DEPENDENCIES = perl zlib libxml2 perl-xml-sax perl-xml-namespace PERL_XML_LIBXML_LICENSE = Artistic or GPLv1+ PERL_XML_LIBXML_LICENSE_FILES = LICENSE PERL_XML_LIBXML_CONF_OPT = \ LIBS="-L $(STAGING_DIR)/usr/lib" \ INC="-I $(STAGING_DIR)/usr/include/libxml2" \ NO_THREADS $(eval $(perl-package))