summaryrefslogtreecommitdiffstats
path: root/package/libxml2
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-20 18:11:37 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-20 19:31:04 +0100
commite81149c54301f88ae64bd85caa6d0f29e879d064 (patch)
tree7cfec00279d8cbc14bfd245081fc45a69b6db190 /package/libxml2
parent53f670ac06837e0517cffad747435e5d1677d3fa (diff)
downloadbuildroot-novena-e81149c54301f88ae64bd85caa6d0f29e879d064.tar.gz
buildroot-novena-e81149c54301f88ae64bd85caa6d0f29e879d064.zip
libxml2: do not apply libtool patch when compiling for host
The libtool patch is not applied when building for the target because it does not apply, so do not attempt to apply it when building for the host. This fixes libxml2 build for the host. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/libxml2.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index e598d36cb..31fdabfa1 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -28,6 +28,8 @@ HOST_LIBXML2_CONF_OPT = \
--enable-shared --without-debugging --without-python \
--without-threads
+HOST_LIBXML2_LIBTOOL_PATCH = NO
+
$(eval $(call AUTOTARGETS,package,libxml2))
$(eval $(call AUTOTARGETS,package,libxml2,host))