|
@@ -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
|
|
|
|
|
|
# GCC bug with Os/O2/O3, PR77311
|
|
# GCC bug with Os/O2/O3, PR77311
|
|
# error: unable to find a register to spill in class 'CCREGS'
|
|
# error: unable to find a register to spill in class 'CCREGS'
|
|
@@ -35,7 +33,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))
|