diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index bc7a8de425d292615ceeb19d38ca2ce6c1dd837e..e629b4cd3434ee493fe5668edc4afc1d753413f6 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -5,7 +5,7 @@ pkgname=systemd pkgver=256.5 _pkgver="musl-v${pkgver//_/-}" -pkgrel=5 +pkgrel=6 pkgdesc="System and service manager" url="https://github.com/systemd/systemd" arch="all !ppc64le !s390x" # blocked by pmboostrap not supporting @@ -57,7 +57,6 @@ makedepends=" util-linux-dev xz-dev zstd-dev - gnu-efi-dev " # We add these as explicit dependencies to ensure we get the systemd variants @@ -164,6 +163,7 @@ build() { -Dpamlibdir=/usr/lib/security \ -Dpamconfdir=/etc/pam.d \ \ + -Dbootloader=disabled \ -Dutmp=false \ -Dldconfig=false \ -Duserdb=false \