From 8c3c85c6c4d454036342880a7c5ec11b606a57db Mon Sep 17 00:00:00 2001 From: Jader H. Silva Date: Tue, 7 Apr 2009 14:50:22 -0300 Subject: [PATCH] Fix libxml compilation using host zlib.h --- recipes/libxml/libxml2-native.inc | 1 + recipes/libxml/libxml2-native_2.7.2.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/libxml/libxml2-native.inc b/recipes/libxml/libxml2-native.inc index 3f67152..89516af 100644 --- a/recipes/libxml/libxml2-native.inc +++ b/recipes/libxml/libxml2-native.inc @@ -15,6 +15,7 @@ do_configure_prepend () { --with-catalog \ --without-docbook \ --with-c14n \ + --with-zlib=${STAGING_INCDIR}/zlib.h \ " } diff --git a/recipes/libxml/libxml2-native_2.7.2.bb b/recipes/libxml/libxml2-native_2.7.2.bb index 24261d6..f82c4e0 100644 --- a/recipes/libxml/libxml2-native_2.7.2.bb +++ b/recipes/libxml/libxml2-native_2.7.2.bb @@ -1,2 +1,2 @@ require libxml2-native.inc -PR = "r2" +PR = "r3" -- 1.5.6.3