mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/openssh: add optional dependency on audit
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f10a7e0fb8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1cf301eaf2
commit
2ebcde457b
@@ -39,6 +39,13 @@ else
|
||||
OPENSSH_CONF_OPTS += --without-ssl-engine
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_AUDIT),y)
|
||||
OPENSSH_DEPENDENCIES += audit
|
||||
OPENSSH_CONF_OPTS += --with-audit=linux
|
||||
else
|
||||
OPENSSH_CONF_OPTS += --without-audit
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
|
||||
define OPENSSH_INSTALL_PAM_CONF
|
||||
$(INSTALL) -D -m 644 $(@D)/contrib/sshd.pam.generic $(TARGET_DIR)/etc/pam.d/sshd
|
||||
|
||||
Reference in New Issue
Block a user