Skip to content
Snippets Groups Projects
Commit d4cb60d8 authored by Andrew Gunnerson's avatar Andrew Gunnerson Committed by Leo
Browse files

main/p11-kit: Ensure trust_paths is set


During the upgrade from `0.23.18.1-r0` to `0.23.20-r0` in commit
7aef1583, the build system was changed
from autotools to meson, but the `--with-trust-paths` option didn't get
ported over to the meson equivalent.

This caused commands, like `trust list`, to return no results, which
causes Java issues due to `/etc/ssl/certs/java/cacerts` not being
updated properly (#11185).

This commit adds the meson `trust_paths` build variable so that p11-kit
can find the proper CA certs file.

Signed-off-by: default avatarAndrew Gunnerson <andrew.gunnerson@us.ibm.com>
parent 79011f7c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment