summaryrefslogtreecommitdiffstats
path: root/package/libxslt
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-05-02 16:08:23 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-05-02 21:41:47 +0200
commit28cdaaee5236d0cbe3a6afde808f5eef260e7c33 (patch)
tree42ff1a167557d90aea5a39a18c5de8dc2481ddfb /package/libxslt
parent874b6e4e87cf5835b2121750372046cbae9624b2 (diff)
downloadbuildroot-novena-28cdaaee5236d0cbe3a6afde808f5eef260e7c33.tar.gz
buildroot-novena-28cdaaee5236d0cbe3a6afde808f5eef260e7c33.zip
libxslt: fixup configure options
Some configure options changed so adjust. Forcibly disabling threads isn't good and also it's detected by configure when there are no threads. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxslt')
-rw-r--r--package/libxslt/libxslt.mk13
1 files changed, 3 insertions, 10 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 1efdcf8c2..07f669787 100644
--- a/package/libxslt/libxslt.mk
+++ b/package/libxslt/libxslt.mk
@@ -15,19 +15,12 @@ else
LIBXSLT_XTRA_CONF_OPT = --without-crypto
endif
-LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \
- --enable-static $(LIBXSLT_XTRA_CONF_OPT) \
- --without-debugging --without-python \
- --without-threads \
- --with-libxml-prefix=$(STAGING_DIR)/usr/
+LIBXSLT_CONF_OPT = --with-gnu-ld $(LIBXSLT_XTRA_CONF_OPT) --without-debug \
+ --without-python --with-libxml-prefix=$(STAGING_DIR)/usr/
LIBXSLT_DEPENDENCIES = libxml2 $(LIBXSLT_DEPENDENCIES_EXTRA)
-HOST_LIBXSLT_CONF_OPT = --enable-shared \
- --without-debugging \
- --without-python \
- --without-threads \
- --without-crypto
+HOST_LIBXSLT_CONF_OPT = --without-debug --without-python --without-crypto
HOST_LIBXSLT_DEPENDENCIES = host-libxml2