diff --git a/internal/rosa/p11.go b/internal/rosa/p11.go index 82c3c7ac..d20449c0 100644 --- a/internal/rosa/p11.go +++ b/internal/rosa/p11.go @@ -13,6 +13,7 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) { ), nil, &MesonHelper{ Setup: []KV{ {"Dsystemd", "disabled"}, + {"Dlibffi", "enabled"}, }, }, Coreutils, @@ -30,6 +31,7 @@ func init() { Website: "https://p11-glue.freedesktop.org/p11-kit.html", Dependencies: P{ + Libffi, Libtasn1, },