Commit f05c8a43 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libxslt: fix typo from db8fcd04 (libxslt: cleanup)



--without-crypto should be appended to the configure opts, not replace them.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 2e913392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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