1
0
forked from ports/opt

libxslt: disable crypto support

This commit is contained in:
Juergen Daubert 2015-10-20 12:42:54 +02:00
parent 4836cadf2f
commit 8426b119d4

View File

@ -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