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 name=libxslt
version=1.1.28 version=1.1.28
release=1 release=2
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz) source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
build() { build() {
@ -15,7 +15,8 @@ build() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/man \ --mandir=/usr/man \
--without-python --without-python \
--without-crypto
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install