Explorar o código

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>
Peter Korsgaard %!s(int64=13) %!d(string=hai) anos
pai
achega
f05c8a432c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/libxslt/libxslt.mk

+ 1 - 1
package/libxslt/libxslt.mk

@@ -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