summaryrefslogtreecommitdiffstats
path: root/package/libxslt
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-01-19 09:41:57 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-19 09:41:57 +0100
commitf05c8a432c1e009b3dd03aab5d957bcc3b70e790 (patch)
tree18dded6f1c28227185fce148decc0094bc80e5a3 /package/libxslt
parent2e913392dfbef405ecc194bf5f47803e17629045 (diff)
downloadbuildroot-novena-f05c8a432c1e009b3dd03aab5d957bcc3b70e790.tar.gz
buildroot-novena-f05c8a432c1e009b3dd03aab5d957bcc3b70e790.zip
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>
Diffstat (limited to 'package/libxslt')
-rw-r--r--package/libxslt/libxslt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 2a1730e94..15b6e6aa9 100644
--- a/package/libxslt/libxslt.mk
+++ b/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