wok-current rev 18166
gnutls: --with-default-trust-store-file
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jun 28 00:52:20 2015 +0300 (2015-06-28) |
parents | 54060e39ea40 |
children | 9e6ab147f6a3 |
files | gnutls/receipt |
line diff
1.1 --- a/gnutls/receipt Sat Jun 27 16:42:24 2015 +0000 1.2 +++ b/gnutls/receipt Sun Jun 28 00:52:20 2015 +0300 1.3 @@ -24,7 +24,7 @@ 1.4 # Handle cross compilation. 1.5 case "$ARCH" in 1.6 i?86) 1.7 - BUILD_DEPENDS="$BUILD_DEPENDS p11-kit-dev" ;; 1.8 + BUILD_DEPENDS="$BUILD_DEPENDS p11-kit-dev cacerts" ;; 1.9 arm*) 1.10 ARCH_ARGS="--with-libgcrypt-prefix=/cross/$ARCH/sysroot/usr \ 1.11 --without-p11-kit --disable-rpath" ;; 1.12 @@ -37,6 +37,7 @@ 1.13 --with-libgcrypt \ 1.14 --disable-guile \ 1.15 --with-zlib \ 1.16 + --with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \ 1.17 $CONFIGURE_ARGS ${ARCH_ARGS} && 1.18 make && make install 1.19 }