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