summaryrefslogtreecommitdiffstats
path: root/package/libxslt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-28 23:40:43 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-02 23:25:15 +0200
commit6af9c84a5192c2d250b47ba06808dc08ec4e17f2 (patch)
treee6c7a605403e04d1ac138f44aa5059bb665004aa /package/libxslt
parent7dfa3b3fb42adabe5bbf36ea32909f427561ca59 (diff)
downloadbuildroot-novena-6af9c84a5192c2d250b47ba06808dc08ec4e17f2.tar.gz
buildroot-novena-6af9c84a5192c2d250b47ba06808dc08ec4e17f2.zip
libxslt: fix host compilation
Do not build against libgcrypt on the host, since we don't build libgcrypt ourself, and it might fail even when libgcrypt is installed on the host: ...configure... checking for libgcrypt-config... /usr/bin/libgcrypt-config Crypto extensions will be available. ...build... gcc: /usr/lib/libgcrypt.so: No such file or directory Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxslt')
-rw-r--r--package/libxslt/libxslt.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 407924d4d..e77663df2 100644
--- a/package/libxslt/libxslt.mk
+++ b/package/libxslt/libxslt.mk
@@ -27,7 +27,8 @@ LIBXSLT_DEPENDENCIES = libxml2 $(LIBXSLT_DEPENDENCIES_EXTRA)
HOST_LIBXSLT_CONF_OPT = --enable-shared \
--without-debugging \
--without-python \
- --without-threads
+ --without-threads \
+ --without-crypto
HOST_LIBXSLT_DEPENDENCIES = host-libxml2