From: Michael Lippautz Date: Fri, 22 Jan 2010 00:04:31 +0000 (+0000) Subject: libxml2: Add catalog and docbook support X-Git-Tag: Release-2010-05/1~806 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8477bc642ec0bbe4eeb002d5fb1a3c0986368531;p=openembedded.git libxml2: Add catalog and docbook support * Adds catalog and docbook support, which is needed for libxml-libxml-perl recipe. Signed-off-by: Philip Balister --- diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index bc31123e7c..44e6f8263e 100644 --- a/recipes/libxml/libxml2.inc +++ b/recipes/libxml/libxml2.inc @@ -9,7 +9,7 @@ PR = "r1" inherit autotools pkgconfig binconfig -EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" +EXTRA_OECONF = "--without-python --without-debug --without-legacy --with-catalog --with-docbook --with-c14n" export LDFLAGS += "-ldl"