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:
parent
176b87e1b7
commit
61e44f5f51
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue