Merge branch 'linux-options' into 'master'
d/rules: actually enable Linux-only options on Linux See merge request debian/shadow!23
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
|
||||
--without-tcb \
|
||||
|
||||
|
||||
ifneq ($(DEB_HOST_ARCH_OS),linux)
|
||||
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
||||
DEB_CONFIGURE_EXTRA_FLAGS += --enable-logind
|
||||
DEB_CONFIGURE_EXTRA_FLAGS += --with-audit
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user