summaryrefslogtreecommitdiff
path: root/libxslt/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-07-06 22:08:42 +1000
committerDanny Rawlins <monster.romster@gmail.com>2018-07-06 22:08:42 +1000
commitb36410d9a86f4d9bd6861be1348cc567b058365b (patch)
tree1937126fec5605d41ce028e685695cb53f23a137 /libxslt/Pkgfile
parent451a9ce719f9ce5f1fd36c558cd2600444987a1d (diff)
downloadopt-b36410d9a86f4d9bd6861be1348cc567b058365b.tar.gz
opt-b36410d9a86f4d9bd6861be1348cc567b058365b.tar.xz
libxslt: 1.1.29 -> 1.1.30
Diffstat (limited to 'libxslt/Pkgfile')
-rw-r--r--libxslt/Pkgfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/libxslt/Pkgfile b/libxslt/Pkgfile
index f73767a6b..5677a8d78 100644
--- a/libxslt/Pkgfile
+++ b/libxslt/Pkgfile
@@ -1,17 +1,21 @@
# Description: XSL Transformations library.
# URL: http://xmlsoft.org/XSLT/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libxml2
name=libxslt
-version=1.1.29
+version=1.1.30
release=1
-source=(http://xmlsoft.org/sources/$name-$version.tar.gz)
+source=(http://xmlsoft.org/sources/$name-$version.tar.gz
+ libxslt-1.1.30-glibc226.patch)
build() {
cd $name-$version
+ # https://github.com/GNOME/libxslt/commit/8b4babb8f742a1a189df4c4569e68eda308df68f
+ patch -p1 -i $SRC/libxslt-1.1.30-glibc226.patch
+ autoreconf
+
./configure \
--prefix=/usr \
--without-python \

Generated by cgit