|
@@ -16,6 +16,7 @@ LIBXSLT_DEPENDENCIES = libxml2
|
|
# If we have enabled libgcrypt then use it, else disable crypto support.
|
|
# If we have enabled libgcrypt then use it, else disable crypto support.
|
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
|
LIBXSLT_DEPENDENCIES += libgcrypt
|
|
LIBXSLT_DEPENDENCIES += libgcrypt
|
|
|
|
+LIBXSLT_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
|
else
|
|
else
|
|
LIBXSLT_CONF_OPT += --without-crypto
|
|
LIBXSLT_CONF_OPT += --without-crypto
|
|
endif
|
|
endif
|