Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/dante: remove --without-pam
@ 2019-12-09 22:27 Fabrice Fontaine
  2019-12-09 22:27 ` [Buildroot] [PATCH 2/3] package/dante: add optional libminiupnpc dependency Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Fabrice Fontaine @ 2019-12-09 22:27 UTC (permalink / raw)
  To: buildroot

--without-pam was wrongly put back by commit
6d8abc7c1aca00a8ee514b38d88744ccd9ec194f

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 0bd036d37e..0668042bd8 100644
--- a/package/dante/dante.mk
+++ b/package/dante/dante.mk
@@ -12,7 +12,7 @@ DANTE_LICENSE_FILES = LICENSE
 # 0002-compiler.m4-do-not-remove-g-flag.patch touches a m4 file
 DANTE_AUTORECONF = YES
 
-DANTE_CONF_OPTS += --disable-client --disable-preload --without-pam
+DANTE_CONF_OPTS += --disable-client --disable-preload
 
 ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
 DANTE_DEPENDENCIES += linux-pam
-- 
2.24.0

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

end of thread, other threads:[~2019-12-22 21:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 22:27 [Buildroot] [PATCH 1/3] package/dante: remove --without-pam Fabrice Fontaine
2019-12-09 22:27 ` [Buildroot] [PATCH 2/3] package/dante: add optional libminiupnpc dependency Fabrice Fontaine
2019-12-12  7:46   ` Peter Korsgaard
2019-12-09 22:27 ` [Buildroot] [PATCH 3/3] package/dante: bump to version 1.4.2 Fabrice Fontaine
2019-12-14 21:55   ` Thomas Petazzoni
2019-12-14 22:47     ` Fabrice Fontaine
2019-12-12  7:46 ` [Buildroot] [PATCH 1/3] package/dante: remove --without-pam Peter Korsgaard
2019-12-22 21:02 ` Peter Korsgaard

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