From a77c75ee7627664d31aa82079a4eec7d6cfab5cb Mon Sep 17 00:00:00 2001 From: Aelin Date: Wed, 10 Jun 2026 17:44:55 +0200 Subject: [PATCH] systemd/systemd: build with TPM support Part-of: --- extra-repos/systemd/systemd/APKBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index f8366c251..bfe3294c4 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -78,7 +78,11 @@ makedepends=" py3-lxml python3-dev rsync + tpm2-tss-dev + tpm2-tss-esys tpm2-tss-mu + tpm2-tss-rc + tpm2-tss-tcti-device tzdata util-linux-dev xz-dev @@ -114,6 +118,10 @@ depends=" lz4-libs p11-kit pcre2 + tpm2-tss-esys + tpm2-tss-mu + tpm2-tss-rc + tpm2-tss-tcti-device xz-libs zstd-libs " @@ -229,6 +237,7 @@ build() { -Dselinux=disabled \ -Dsysvinit-path="" \ -Dukify=disabled \ + -Dtpm2=enabled \ \ -Dhomed=disabled \ -Duserdb=false \