libxslt: bump to version 1.1.26

Bump libxslt to version 1.1.26

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-12-21 11:40:27 -03:00 committed by Peter Korsgaard
parent 9e9213f112
commit ff354debfa
2 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@
# libxslt # libxslt
# #
############################################################# #############################################################
LIBXSLT_VERSION = 1.1.24
LIBXSLT_SOURCE = libxslt-$(LIBXSLT_VERSION).tar.gz LIBXSLT_VERSION = 1.1.26
LIBXSLT_SITE = ftp://xmlsoft.org/libxslt LIBXSLT_SITE = ftp://xmlsoft.org/libxslt
LIBXSLT_INSTALL_STAGING = YES LIBXSLT_INSTALL_STAGING = YES
LIBXSLT_INSTALL_TARGET = YES
# 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)