diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-02 22:05:07 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-02 22:05:07 +0900 |
| commit | 9acbd16e9ad712c71b052c7b9a2edc183df68a51 (patch) | |
| tree | 21d17f901928c6e9713926bfd187058fb242bcab | |
| parent | 64e5a1068bdb5e7bd97283cc927088c870b8208e (diff) | |
internal/rosa/p11: explicitly enable libffi
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/p11.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, }, |
