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