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: lucaceresoli/bug-15201-perf-libtraceevent-missing~14247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666f6192aaa9e847ad0d920a487b82d984b58d26;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 01dd23c9619..b27526a64eb 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"