All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pure-ftpd: add optional support for linux-pam
@ 2018-08-01 13:21 Artem Panfilov
  2018-08-01 16:22 ` Bernd Kuhls
  2018-08-05 12:41 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Artem Panfilov @ 2018-08-01 13:21 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2018-08-05 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 13:21 [Buildroot] [PATCH 1/1] package/pure-ftpd: add optional support for linux-pam Artem Panfilov
2018-08-01 16:22 ` Bernd Kuhls
2018-08-02  8:37   ` Artem Panfilov
2018-08-05 12:41 ` Thomas Petazzoni

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.