summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-10-20 12:42:54 +0200
committerJuergen Daubert <jue@jue.li>2015-10-20 12:42:54 +0200
commit8426b119d4eaf6d2571d7afc5030d412b5e900ea (patch)
tree8684faec57fb7dfa1d19d7a5304100605d095d4c /libxslt
parent4836cadf2fdb1c0e233f70d6e7df364ff91f9660 (diff)
downloadopt-8426b119d4eaf6d2571d7afc5030d412b5e900ea.tar.gz
opt-8426b119d4eaf6d2571d7afc5030d412b5e900ea.tar.xz
libxslt: disable crypto support
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/Pkgfile5
1 files changed, 3 insertions, 2 deletions
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

Generated by cgit