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 <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8714>
This commit is contained in:
Clayton Craft 2026-06-02 08:43:46 -07:00 committed by The Friendly Meow (merge) Bot
parent 759d6c6701
commit c17dc45441
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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