From 8426b119d4eaf6d2571d7afc5030d412b5e900ea Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 20 Oct 2015 12:42:54 +0200 Subject: [PATCH] libxslt: disable crypto support --- libxslt/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libxslt/Pkgfile b/libxslt/Pkgfile index 7225bd4d1..9863714f1 100644 --- a/libxslt/Pkgfile +++ b/libxslt/Pkgfile @@ -6,7 +6,7 @@ name=libxslt version=1.1.28 -release=1 +release=2 source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz) build() { @@ -15,7 +15,8 @@ build() { ./configure \ --prefix=/usr \ --mandir=/usr/man \ - --without-python + --without-python \ + --without-crypto make make DESTDIR=$PKG install