mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-27 14:03:43 +03:00
build: expose libcryptsetup dependency in build string
This commit is contained in:
parent
4611d77694
commit
7838dc3ae1
@ -52,6 +52,12 @@
|
|||||||
#define _SYSVINIT_FEATURE_ "-SYSVINIT"
|
#define _SYSVINIT_FEATURE_ "-SYSVINIT"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYSTEMD_FEATURES _PAM_FEATURE_ " " _LIBWRAP_FEATURE_ " " _AUDIT_FEATURE_ " " _SELINUX_FEATURE_ " " _SYSVINIT_FEATURE_
|
#ifdef HAVE_LIBCRYPTSETUP
|
||||||
|
#define _LIBCRYPTSETUP_FEATURE_ "+LIBCRYPTSETUP"
|
||||||
|
#else
|
||||||
|
#define _LIBCRYPTSETUP_FEATURE_ "-LIBCRYPTSETUP"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define SYSTEMD_FEATURES _PAM_FEATURE_ " " _LIBWRAP_FEATURE_ " " _AUDIT_FEATURE_ " " _SELINUX_FEATURE_ " " _SYSVINIT_FEATURE_ " " _LIBCRYPTSETUP_FEATURE_
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user