Remove libsystemd-dev Build-Depends

Only necessary for login(1).

Gbp-Dch: full
This commit is contained in:
Chris Hofstaedtler
2024-08-06 00:22:41 +02:00
parent d390695b6d
commit 8d8becfddb
2 changed files with 0 additions and 2 deletions

1
debian/control vendored
View File

@@ -23,7 +23,6 @@ Build-Depends:
libpam0g-dev,
libselinux1-dev [linux-any],
libsemanage-dev [linux-any],
libsystemd-dev [linux-any],
libxml2-utils <!nodoc>,
pkgconf,
quilt,

1
debian/rules vendored
View File

@@ -26,7 +26,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEB_CONFIGURE_EXTRA_FLAGS += --enable-logind
DEB_CONFIGURE_EXTRA_FLAGS += --with-audit
endif