|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-LIBXSLT_VERSION = 1.1.29
|
|
|
|
|
|
+LIBXSLT_VERSION = 1.1.32
|
|
LIBXSLT_SITE = ftp://xmlsoft.org/libxslt
|
|
LIBXSLT_SITE = ftp://xmlsoft.org/libxslt
|
|
LIBXSLT_INSTALL_STAGING = YES
|
|
LIBXSLT_INSTALL_STAGING = YES
|
|
LIBXSLT_LICENSE = MIT
|
|
LIBXSLT_LICENSE = MIT
|
|
@@ -13,11 +13,9 @@ LIBXSLT_LICENSE_FILES = COPYING
|
|
LIBXSLT_CONF_OPTS = \
|
|
LIBXSLT_CONF_OPTS = \
|
|
--with-gnu-ld \
|
|
--with-gnu-ld \
|
|
--without-debug \
|
|
--without-debug \
|
|
- --without-python \
|
|
|
|
- --with-libxml-prefix=$(STAGING_DIR)/usr/ \
|
|
|
|
- --with-libxml-libs-prefix=$(STAGING_DIR)/usr/lib
|
|
|
|
|
|
+ --without-python
|
|
LIBXSLT_CONFIG_SCRIPTS = xslt-config
|
|
LIBXSLT_CONFIG_SCRIPTS = xslt-config
|
|
-LIBXSLT_DEPENDENCIES = libxml2
|
|
|
|
|
|
+LIBXSLT_DEPENDENCIES = host-pkgconf 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)
|
|
@@ -29,7 +27,7 @@ endif
|
|
|
|
|
|
HOST_LIBXSLT_CONF_OPTS = --without-debug --without-python --without-crypto
|
|
HOST_LIBXSLT_CONF_OPTS = --without-debug --without-python --without-crypto
|
|
|
|
|
|
-HOST_LIBXSLT_DEPENDENCIES = host-libxml2
|
|
|
|
|
|
+HOST_LIBXSLT_DEPENDENCIES = host-pkgconf host-libxml2
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|
|
$(eval $(host-autotools-package))
|