From baa053ce4a2a562a658aaa20fbfb86d91bf1dece Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 11 Jun 2025 07:12:45 +0000 Subject: [PATCH] systemd: remove deprecated options https://github.com/systemd/systemd/commit/31323f21bb0ae7c712f43500c42997c91a6d20bf - meson: drop default-hierarchy= option, always use unified https://github.com/systemd/systemd/commit/b0d3095fd6cc1791a38f57a1982116b4475244ba - The meson options split-usr, rootlibdir and rootprefix become no-ops that print a warning if they are set to anything other than the default values. We can remove them in a future release. --- packages/sysutils/systemd/package.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index 1294edcffc..70a346e9a3 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -12,10 +12,7 @@ PKG_DEPENDS_TARGET="meson:host ninja:host gcc:host libcap kmod util-linux entrop PKG_LONGDESC="A system and session manager for Linux, compatible with SysV and LSB init scripts." PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \ - -Drootprefix=/usr \ - -Dsplit-usr=false \ -Dsplit-bin=true \ - -Ddefault-hierarchy=unified \ -Dtty-gid=5 \ -Dtests=false \ -Dseccomp=disabled \