From c17dc45441d2aaebd331a064cb40d6732f1e5d6f Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 2 Jun 2026 08:43:46 -0700 Subject: [PATCH] systemd/systemd: add explicit dependency on libfdisk This one is required now by systemd-repart, but is dlopened so we have to "manually" depend on it. Fixes https://gitlab.postmarketos.org/postmarketOS/duranium-build/-/work_items/54 Signed-off-by: Clayton Craft Part-of: --- extra-repos/systemd/systemd-stage0/APKBUILD | 2 +- extra-repos/systemd/systemd/APKBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra-repos/systemd/systemd-stage0/APKBUILD b/extra-repos/systemd/systemd-stage0/APKBUILD index da5b58242..ec8850c25 100644 --- a/extra-repos/systemd/systemd-stage0/APKBUILD +++ b/extra-repos/systemd/systemd-stage0/APKBUILD @@ -6,7 +6,7 @@ pkgname=systemd-stage0 pkgver=261_rc2 _pkgver="${pkgver/_/-}" # pkgrel must match systemd! -pkgrel=2 +pkgrel=3 pkgdesc="Minimal systemd bootstrap package" url="https://github.com/systemd/systemd" # armhf: pmb#2618 diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index eb655e1c2..22864251b 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -10,7 +10,7 @@ pkgname=systemd pkgver=261_rc2 _pkgver="${pkgver/_/-}" # pkgrel must match systemd-stage0! -pkgrel=2 +pkgrel=3 pkgdesc="System and service manager" url="https://github.com/systemd/systemd" # armhf: no linux-stable @@ -99,6 +99,7 @@ depends=" libcap2 libdw libelf + libfdisk libfido2 libgcrypt libidn2