mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libxslt: fix typo from db8fcd04ba (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:
@@ -17,7 +17,7 @@ LIBXSLT_DEPENDENCIES = libxml2
|
||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||
LIBXSLT_DEPENDENCIES += libgcrypt
|
||||
else
|
||||
LIBXSLT_CONF_OPT = --without-crypto
|
||||
LIBXSLT_CONF_OPT += --without-crypto
|
||||
endif
|
||||
|
||||
HOST_LIBXSLT_CONF_OPT = --without-debug --without-python --without-crypto
|
||||
|
||||
Reference in New Issue
Block a user