From 9acbd16e9ad712c71b052c7b9a2edc183df68a51 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 2 Apr 2026 22:05:07 +0900 Subject: [PATCH] internal/rosa/p11: explicitly enable libffi Signed-off-by: Ophestra --- internal/rosa/p11.go | 2 ++ 1 file changed, 2 insertions(+) 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, },