]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libxslt: fix typo from db8fcd04ba94ce8 (libxslt: cleanup)
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Jan 2012 08:41:57 +0000 (09:41 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Jan 2012 08:41:57 +0000 (09:41 +0100)
--without-crypto should be appended to the configure opts, not replace them.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libxslt/libxslt.mk

index 2a1730e94c0f6401a474b9116e20e80235906172..15b6e6aa9b6856fef96562d52b7531b1a1a08ac0 100644 (file)
@@ -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