From 6fe0bfc79e98259e71302766a9bc31e26b770bd1 Mon Sep 17 00:00:00 2001
From: Aster Boese <asterboese@mailbox.org>
Date: Sun, 15 Sep 2024 17:30:44 -0400
Subject: [PATCH] extra-repos/systemd/systemd: enable sysext and sysusers

---
 extra-repos/systemd/systemd/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD
index 795df65c093..f6b9bd72147 100644
--- a/extra-repos/systemd/systemd/APKBUILD
+++ b/extra-repos/systemd/systemd/APKBUILD
@@ -5,7 +5,7 @@
 pkgname=systemd
 pkgver=256
 _pkgver="musl-v${pkgver//_/-}"
-pkgrel=4
+pkgrel=5
 pkgdesc="System and service manager"
 url="https://github.com/systemd/systemd"
 arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
@@ -173,7 +173,8 @@ build() {
 		-Dnss-mymachines=disabled \
 		-Dnss-resolve=disabled \
 		-Dnss-systemd=false \
-		-Dsysusers=false \
+		-Dsysext=true \
+		-Dsysusers=true \
 		-Dselinux=disabled \
 		\
 		-Dman=enabled\
-- 
GitLab