Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dante: disable pam
@ 2018-11-22 17:49 Fabrice Fontaine
  2018-11-22 17:49 ` [Buildroot] [PATCH/next 2/2] dante: add linux-pam optional dependency Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2018-11-22 17:49 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/5222592f2052e18c184fae42214c112e7f39be6e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dante/dante.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dante/dante.mk b/package/dante/dante.mk
index 687567e100..a147aa36dc 100644
--- a/package/dante/dante.mk
+++ b/package/dante/dante.mk
@@ -12,7 +12,7 @@ DANTE_LICENSE_FILES = LICENSE
 # Dante uses a *VERY* old configure.ac
 DANTE_LIBTOOL_PATCH = NO
 
-DANTE_CONF_OPTS += --disable-client --disable-preload
+DANTE_CONF_OPTS += --disable-client --disable-preload --without-pam
 
 define DANTE_INSTALL_CONFIG_FILE
 	$(INSTALL) -D -m 644 $(@D)/example/sockd.conf \
-- 
2.14.1

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

end of thread, other threads:[~2018-12-03 21:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-22 17:49 [Buildroot] [PATCH 1/2] dante: disable pam Fabrice Fontaine
2018-11-22 17:49 ` [Buildroot] [PATCH/next 2/2] dante: add linux-pam optional dependency Fabrice Fontaine
2018-11-24 12:02   ` Thomas Petazzoni
2018-11-23  9:44 ` [Buildroot] [PATCH 1/2] dante: disable pam Thomas Petazzoni
2018-11-26  7:49 ` Thomas Petazzoni
2018-11-26  7:54   ` Fabrice Fontaine
2018-12-03 21:48 ` Peter Korsgaard

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