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:
parent
759d6c6701
commit
c17dc45441
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue