mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
gnutls: Use the sysconfdir variable for the ca-certificates path
(From OE-Core rev: 666f6192aaa9e847ad0d920a487b82d984b58d26) Signed-off-by: Philippe Normand <philn@igalia.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d3b40352e4
commit
22c84e16f1
@@ -44,7 +44,7 @@ EXTRA_OECONF = " \
|
||||
--enable-local-libopts \
|
||||
--enable-openssl-compatibility \
|
||||
--with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
|
||||
--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt \
|
||||
--with-default-trust-store-file=${sysconfdir}/ssl/certs/ca-certificates.crt \
|
||||
"
|
||||
|
||||
LDFLAGS_append_libc-musl = " -largp"
|
||||
|
||||
Reference in New Issue
Block a user