|
@ -4,10 +4,10 @@ |
|
|
#
|
|
|
#
|
|
|
################################################################################
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
LIBXSLT_VERSION = 1.1.34 |
|
|
LIBXSLT_VERSION = 1.1.37 |
|
|
LIBXSLT_DIR = libxslt-$(LIBXSLT_VERSION) |
|
|
LIBXSLT_DIR = libxslt-$(LIBXSLT_VERSION) |
|
|
LIBXSLT_SOURCE = libxslt-$(LIBXSLT_VERSION).tar.gz |
|
|
LIBXSLT_SOURCE = libxslt-$(LIBXSLT_VERSION).tar.xz |
|
|
LIBXSLT_SITE = http://xmlsoft.org/sources |
|
|
LIBXSLT_SITE = https://download.gnome.org/sources/libxslt/1.1 |
|
|
|
|
|
|
|
|
LIBXSLT_DEPENDENCIES = libxml2 |
|
|
LIBXSLT_DEPENDENCIES = libxml2 |
|
|
|
|
|
|
|
@ -15,15 +15,13 @@ LIBXSLT_CONFIG_SCRIPTS = xslt-config |
|
|
|
|
|
|
|
|
LIBXSLT_CONF_OPTS = \
|
|
|
LIBXSLT_CONF_OPTS = \
|
|
|
--datarootdir=$(REMOVE_datarootdir) \
|
|
|
--datarootdir=$(REMOVE_datarootdir) \
|
|
|
--enable-shared \
|
|
|
--with-gnu-ld \
|
|
|
--disable-static \
|
|
|
|
|
|
--without-python \
|
|
|
|
|
|
--without-crypto \
|
|
|
|
|
|
--without-debug \
|
|
|
--without-debug \
|
|
|
--without-mem-debug |
|
|
--without-python \
|
|
|
|
|
|
--without-crypto |
|
|
|
|
|
|
|
|
define LIBXSLT_TARGET_CLEANUP |
|
|
define LIBXSLT_TARGET_CLEANUP |
|
|
$(TARGET_RM) $(addprefix $(TARGET_libdir)/,libxslt-plugins xsltConf.sh) |
|
|
$(TARGET_RM) $(addprefix $(TARGET_libdir)/,xsltConf.sh) |
|
|
endef |
|
|
endef |
|
|
LIBXSLT_TARGET_FINALIZE_HOOKS += LIBXSLT_TARGET_CLEANUP |
|
|
LIBXSLT_TARGET_FINALIZE_HOOKS += LIBXSLT_TARGET_CLEANUP |
|
|
|
|
|
|
|
|