mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
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>
This commit is contained in:
parent
874b6e4e87
commit
28cdaaee52
@ -15,19 +15,12 @@ else
|
|||||||
LIBXSLT_XTRA_CONF_OPT = --without-crypto
|
LIBXSLT_XTRA_CONF_OPT = --without-crypto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \
|
LIBXSLT_CONF_OPT = --with-gnu-ld $(LIBXSLT_XTRA_CONF_OPT) --without-debug \
|
||||||
--enable-static $(LIBXSLT_XTRA_CONF_OPT) \
|
--without-python --with-libxml-prefix=$(STAGING_DIR)/usr/
|
||||||
--without-debugging --without-python \
|
|
||||||
--without-threads \
|
|
||||||
--with-libxml-prefix=$(STAGING_DIR)/usr/
|
|
||||||
|
|
||||||
LIBXSLT_DEPENDENCIES = libxml2 $(LIBXSLT_DEPENDENCIES_EXTRA)
|
LIBXSLT_DEPENDENCIES = libxml2 $(LIBXSLT_DEPENDENCIES_EXTRA)
|
||||||
|
|
||||||
HOST_LIBXSLT_CONF_OPT = --enable-shared \
|
HOST_LIBXSLT_CONF_OPT = --without-debug --without-python --without-crypto
|
||||||
--without-debugging \
|
|
||||||
--without-python \
|
|
||||||
--without-threads \
|
|
||||||
--without-crypto
|
|
||||||
|
|
||||||
HOST_LIBXSLT_DEPENDENCIES = host-libxml2
|
HOST_LIBXSLT_DEPENDENCIES = host-libxml2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user