Fix systemd for kernel 6.17

This commit is contained in:
rocknix
2025-10-01 13:18:59 +00:00
parent dbd017f952
commit a4948ec751

View File

@@ -98,7 +98,9 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
-Dkmod-path=/usr/bin/kmod \
-Dmount-path=/usr/bin/mount \
-Dumount-path=/usr/bin/umount \
-Dversion-tag=${PKG_VERSION}"
-Dversion-tag=${PKG_VERSION} \
-Dc_args=-D__counted_by\(x\)\= \
-Dcpp_args=-D__counted_by\(x\)\="
if [ -n "${BUILD_WITH_DEBUG}" ]
then
PKG_MESON_OPTS_TARGET+=" -Ddebug-tty=${DEBUG_TTY}"