libxslt: Update from 1.1.33 to 1.1.34

This commit is contained in:
Fredrik Fornwall 2019-11-01 12:19:18 +01:00
parent 9d59c78f89
commit 55fdf1b26d
2 changed files with 2 additions and 18 deletions

View File

@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://xmlsoft.org/libxslt/
TERMUX_PKG_DESCRIPTION="XSLT processing library"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=1.1.33
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8
TERMUX_PKG_VERSION=1.1.34
TERMUX_PKG_SHA256=98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f
TERMUX_PKG_SRCURL=ftp://xmlsoft.org/libxslt/libxslt-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-python"
TERMUX_PKG_DEPENDS="libxml2, libgcrypt, libgpg-error, zlib"

View File

@ -1,15 +0,0 @@
diff -u -r ../libxslt-1.1.29/xslt-config.in ./xslt-config.in
--- ../libxslt-1.1.29/xslt-config.in 2015-05-10 10:11:30.000000000 -0400
+++ ./xslt-config.in 2016-07-19 08:16:16.959043088 -0400
@@ -89,9 +89,9 @@
shift
done
-the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@"
+the_libs="@XSLT_LIBS@ @EXTRA_LIBS@"
if test "$includedir" != "/usr/include"; then
- the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`"
+ the_flags="$the_flags -I$includedir `@TERMUX_PREFIX@/bin/xml2-config --cflags`"
else
the_flags="$the_flags `@XML_CONFIG@ --cflags`"
fi