Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] openssh: add linux-pam support
@ 2012-08-12 17:01 Danomi Manchego
  2012-08-12 17:01 ` [Buildroot] [PATCH 2/2] vsftpd: " Danomi Manchego
  2012-09-14  9:28 ` [Buildroot] [PATCH 1/2] openssh: " Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Danomi Manchego @ 2012-08-12 17:01 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/openssh/openssh.mk |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index 0878fce..815ed33 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -12,6 +12,11 @@ OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \
 
 OPENSSH_DEPENDENCIES = zlib openssl
 
+ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
+OPENSSH_DEPENDENCIES += linux-pam
+OPENSSH_CONF_OPT += --with-pam
+endif
+
 define OPENSSH_INSTALL_INITSCRIPT
 	$(INSTALL) -D -m 755 package/openssh/S50sshd $(TARGET_DIR)/etc/init.d/S50sshd
 endef
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-16  0:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-12 17:01 [Buildroot] [PATCH 1/2] openssh: add linux-pam support Danomi Manchego
2012-08-12 17:01 ` [Buildroot] [PATCH 2/2] vsftpd: " Danomi Manchego
2012-09-12 22:22   ` Peter Korsgaard
2012-09-14  9:28 ` [Buildroot] [PATCH 1/2] openssh: " Peter Korsgaard
2012-09-16  0:18   ` Danomi Manchego

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox