mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
libxslt: fix typo from db8fcd04ba94ce8 (libxslt: cleanup)
--without-crypto should be appended to the configure opts, not replace them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2e913392df
commit
f05c8a432c
@ -17,7 +17,7 @@ LIBXSLT_DEPENDENCIES = libxml2
|
|||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
LIBXSLT_DEPENDENCIES += libgcrypt
|
LIBXSLT_DEPENDENCIES += libgcrypt
|
||||||
else
|
else
|
||||||
LIBXSLT_CONF_OPT = --without-crypto
|
LIBXSLT_CONF_OPT += --without-crypto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
HOST_LIBXSLT_CONF_OPT = --without-debug --without-python --without-crypto
|
HOST_LIBXSLT_CONF_OPT = --without-debug --without-python --without-crypto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user