Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1610643c5 | |||
| 841a73e2a9 |
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
shadow (1:4.19.0-2) unstable; urgency=medium
|
||||
|
||||
* Disable logind integration on !linux
|
||||
|
||||
-- Chris Hofstaedtler <zeha@debian.org> Tue, 06 Jan 2026 02:38:50 +0100
|
||||
|
||||
shadow (1:4.19.0-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 4.19.0
|
||||
|
||||
Vendored
+2
@@ -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)),)
|
||||
|
||||
Reference in New Issue
Block a user