]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libxslt: fixup configure options
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 2 May 2011 19:08:23 +0000 (16:08 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 2 May 2011 19:41:47 +0000 (21:41 +0200)
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>
package/libxslt/libxslt.mk

index 1efdcf8c255830576ee9d6962fe185125c9bc83f..07f669787b6cdcd6fcf61df7cd550e125a2fc24a 100644 (file)
@@ -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