From 5d12875a2061b4d8fdcfae57f8db72c336ec0fef Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sun, 13 Apr 2025 02:22:58 +0200 Subject: [PATCH] systemd: remove duplicated option "wheel-group=true" This is specified later in the abuild-meson invocation. Remove the extra one to avoid confusion. [ci:skip-vercheck]: Doesn't change the built package Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6406 --- extra-repos/systemd/systemd/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index 976d6a521..0f621cdef 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -173,7 +173,6 @@ build() { -Dkmod-path=/bin/kmod \ -Dsulogin-path=/sbin/sulogin \ \ - -Dwheel-group=true \ -Ddebug-shell=/bin/ash \ -Dpolkit=enabled \ -Dpam=enabled \