From 666f6192aaa9e847ad0d920a487b82d984b58d26 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 6 Jun 2019 12:05:03 +0100 Subject: gnutls: Use the sysconfdir variable for the ca-certificates path Signed-off-by: Philippe Normand Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls_3.6.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/gnutls') diff --git a/meta/recipes-support/gnutls/gnutls_3.6.7.bb b/meta/recipes-support/gnutls/gnutls_3.6.7.bb index 01dd23c961..b27526a64e 100644 --- a/meta/recipes-support/gnutls/gnutls_3.6.7.bb +++ b/meta/recipes-support/gnutls/gnutls_3.6.7.bb @@ -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" -- cgit 1.2.3-korg