All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Panfilov <apanfilov@spectracom.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/pure-ftpd: add optional support for linux-pam
Date: Wed,  1 Aug 2018 16:21:14 +0300	[thread overview]
Message-ID: <20180801132114.24273-1-apanfilov@spectracom.com> (raw)

Signed-off-by: Artem Panfilov <apanfilov@spectracom.com>
---
 package/pure-ftpd/pure-ftpd.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/pure-ftpd/pure-ftpd.mk b/package/pure-ftpd/pure-ftpd.mk
index 457e67ea60..ea7578c2cd 100644
--- a/package/pure-ftpd/pure-ftpd.mk
+++ b/package/pure-ftpd/pure-ftpd.mk
@@ -57,4 +57,9 @@ ifeq ($(BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT),y)
 PURE_FTPD_CONF_OPTS += --with-uploadscript
 endif
 
+ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
+PURE_FTPD_CONF_OPTS += --with-pam
+PURE_FTPD_DEPENDENCIES += linux-pam
+endif
+
 $(eval $(autotools-package))
-- 
2.17.1

             reply	other threads:[~2018-08-01 13:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-01 13:21 Artem Panfilov [this message]
2018-08-01 16:22 ` [Buildroot] [PATCH 1/1] package/pure-ftpd: add optional support for linux-pam Bernd Kuhls
2018-08-02  8:37   ` Artem Panfilov
2018-08-05 12:41 ` Thomas Petazzoni

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=20180801132114.24273-1-apanfilov@spectracom.com \
    --to=apanfilov@spectracom.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.