From: Michael Lippautz Date: Fri, 22 Jan 2010 00:03:33 +0000 (+0000) Subject: libxml-libxml-perl: Adds perl module XML::LibXML X-Git-Tag: Release-2010-05/1~804 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca64b38e43edd7379ea7a95cda8976f010cd54bf;p=openembedded.git libxml-libxml-perl: Adds perl module XML::LibXML Signed-off-by: Philip Balister --- diff --git a/recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch b/recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch new file mode 100644 index 0000000000..c8e0218ede --- /dev/null +++ b/recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch @@ -0,0 +1,39 @@ +--- a/Makefile.PL 2010-01-21 15:31:53.000000000 +0100 ++++ b/Makefile.PL 2010-01-21 15:32:51.000000000 +0100 +@@ -291,21 +291,21 @@ + + # -------------------------------------------------------------------------- # + # test if the libraries are really installed! +-unless (have_library("xml2") or have_library("libxml2")) { +- print STDERR <