summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.23.14.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
index 2a8709143b..dd25c38132 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
@@ -13,7 +13,9 @@ SRCREV = "3770793f026e46a000d2d8816d56122598289d5c"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15AUTOTOOLS_AUXDIR = "${S}/build/litter" 15AUTOTOOLS_AUXDIR = "${S}/build/litter"
16EXTRA_OECONF = "--without-trust-paths" 16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[trust-paths] = "--with-trust-paths=/etc/ssl/certs/ca-certificates.crt,--without-trust-paths,,ca-certificates"
17 19
18# This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags 20# This recipe does not use the standard gtk-doc m4 macros, and so the ./configure flags
19# that control gtk-doc build are non-standard 21# that control gtk-doc build are non-standard