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]
This commit is contained in:
q66 2019-08-26 22:12:31 +02:00 committed by Helmut Pozimski
parent 176b87e1b7
commit 61e44f5f51

View file

@ -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