From: Philippe Normand Date: Thu, 6 Jun 2019 11:05:03 +0000 (+0100) Subject: gnutls: Use the sysconfdir variable for the ca-certificates path X-Git-Tag: uninative-2.6~138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=666f6192aaa9e847ad0d920a487b82d984b58d26;p=openembedded-core.git gnutls: Use the sysconfdir variable for the ca-certificates path Signed-off-by: Philippe Normand Signed-off-by: Richard Purdie --- 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"