From 61e44f5f51fa56d1fea84616acba45cea31c6710 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 26 Aug 2019 22:12:31 +0200 Subject: [PATCH] gnutls: always specify default trust store file Otherwise, gnutls will be set up incorrectly on cross systems. The reason is that the configure detects cross-compiling and defaults to empty path for those scenarios, while for actual native compilation it does autodetection. Force the path that we use in Void. [ci skip] --- srcpkgs/gnutls/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index 88f0bb3e6df..4aba455efb6 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,10 +1,11 @@ # Template file for 'gnutls' pkgname=gnutls version=3.6.9 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-zlib --disable-guile --disable-static - --disable-valgrind-tests --disable-rpath" + --disable-valgrind-tests --disable-rpath + --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt" hostmakedepends="gettext-devel pkg-config libtool" # add autogen when #6550 is solved makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel