From 841a73e2a93051f4d9a5fe5d5507e0735ce90578 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 6 Jan 2026 02:38:22 +0100 Subject: [PATCH] Disable logind integration on !linux --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 13a9329e..f5edb750 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ ifeq ($(DEB_HOST_ARCH_OS),linux) DEB_CONFIGURE_EXTRA_FLAGS += --with-audit DEB_CONFIGURE_EXTRA_FLAGS += --with-btrfs +else +DEB_CONFIGURE_EXTRA_FLAGS += --disable-logind endif ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)