libxslt: disable crypto support
This commit is contained in:
parent
4836cadf2f
commit
8426b119d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user