projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e91339
)
libxslt: fix typo from db8fcd04ba94ce8 (libxslt: cleanup)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 19 Jan 2012 08:41:57 +0000
(09:41 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/libxslt/libxslt.mk
b/package/libxslt/libxslt.mk
index 2a1730e94c0f6401a474b9116e20e80235906172..15b6e6aa9b6856fef96562d52b7531b1a1a08ac0 100644
(file)
--- 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