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:
Philippe Normand
2019-06-06 12:05:03 +01:00
committed by Richard Purdie
parent d3b40352e4
commit 22c84e16f1

View File

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