d/rules: explicitly set --with-audit and --enable-subordinate-ids
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -13,6 +13,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
|
||||
--with-libpam \
|
||||
--with-yescrypt \
|
||||
--enable-shadowgrp \
|
||||
--enable-subordinate-ids \
|
||||
--enable-lastlog=no \
|
||||
--enable-man \
|
||||
--disable-account-tools-setuid \
|
||||
@@ -25,6 +26,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
|
||||
|
||||
ifneq ($(DEB_HOST_ARCH_OS),linux)
|
||||
DEB_CONFIGURE_EXTRA_FLAGS += --enable-logind
|
||||
DEB_CONFIGURE_EXTRA_FLAGS += --with-audit
|
||||
endif
|
||||
|
||||
ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
|
||||
|
||||
Reference in New Issue
Block a user