wok diff gnutls/receipt @ rev 18198

Up tazinst (59)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 12 19:48:23 2015 +0200 (2015-07-12)
parents d2af45554821
children 51bd0a2cabc6
line diff
     1.1 --- a/gnutls/receipt	Fri Jun 19 19:56:46 2015 +0200
     1.2 +++ b/gnutls/receipt	Sun Jul 12 19:48:23 2015 +0200
     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  }