Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Danomi Manchego <danomimanchego123@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] vsftpd: add linux-pam support
Date: Sun, 12 Aug 2012 13:01:16 -0400	[thread overview]
Message-ID: <1344790876-27962-2-git-send-email-danomimanchego123@gmail.com> (raw)
In-Reply-To: <1344790876-27962-1-git-send-email-danomimanchego123@gmail.com>

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

diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk
index ca711bb..ce042c5 100644
--- a/package/vsftpd/vsftpd.mk
+++ b/package/vsftpd/vsftpd.mk
@@ -23,6 +23,11 @@ VSFTPD_DEPENDENCIES += libcap
 VSFTPD_LIBS += -lcap
 endif
 
+ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
+VSFTPD_DEPENDENCIES += linux-pam
+VSFTPD_LIBS += -lpam
+endif
+
 define VSFTPD_BUILD_CMDS
 	$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
 		LDFLAGS="$(TARGET_LDFLAGS)" LIBS="$(VSFTPD_LIBS)" -C $(@D)
-- 
1.7.9.5

  reply	other threads:[~2012-08-12 17:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-12 17:01 [Buildroot] [PATCH 1/2] openssh: add linux-pam support Danomi Manchego
2012-08-12 17:01 ` Danomi Manchego [this message]
2012-09-12 22:22   ` [Buildroot] [PATCH 2/2] vsftpd: " Peter Korsgaard
2012-09-14  9:28 ` [Buildroot] [PATCH 1/2] openssh: " Peter Korsgaard
2012-09-16  0:18   ` Danomi Manchego

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1344790876-27962-2-git-send-email-danomimanchego123@gmail.com \
    --to=danomimanchego123@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox