# HG changeset patch # User Xander Ziiryanoff # Date 1435441940 -10800 # Node ID 4fa27fccfa0211aabd9e2e653fd3fc9014525564 # Parent 54060e39ea405f3af7b0f3b1f8d34c03caaa5d07 gnutls: --with-default-trust-store-file diff -r 54060e39ea40 -r 4fa27fccfa02 gnutls/receipt --- a/gnutls/receipt Sat Jun 27 16:42:24 2015 +0000 +++ b/gnutls/receipt Sun Jun 28 00:52:20 2015 +0300 @@ -24,7 +24,7 @@ # Handle cross compilation. case "$ARCH" in i?86) - BUILD_DEPENDS="$BUILD_DEPENDS p11-kit-dev" ;; + BUILD_DEPENDS="$BUILD_DEPENDS p11-kit-dev cacerts" ;; arm*) ARCH_ARGS="--with-libgcrypt-prefix=/cross/$ARCH/sysroot/usr \ --without-p11-kit --disable-rpath" ;; @@ -37,6 +37,7 @@ --with-libgcrypt \ --disable-guile \ --with-zlib \ + --with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \ $CONFIGURE_ARGS ${ARCH_ARGS} && make && make install }