Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gnutls: Use the sysconfdir variable for the ca-certificates path
@ 2019-06-06 11:05 Philippe Normand
  2019-06-08  4:09 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Normand @ 2019-06-06 11:05 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Philippe Normand <philn@igalia.com>
---
 meta/recipes-support/gnutls/gnutls_3.6.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-08  4:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06 11:05 [PATCH] gnutls: Use the sysconfdir variable for the ca-certificates path Philippe Normand
2019-06-08  4:09 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox