* [Buildroot] [PATCH 1/1] package/dovecot: add linux-pam optional dependency @ 2019-07-11 16:58 Fabrice Fontaine 2019-07-20 19:47 ` Thomas Petazzoni 2019-08-04 20:14 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Fabrice Fontaine @ 2019-07-11 16:58 UTC (permalink / raw) To: buildroot Fixes: - http://autobuild.buildroot.org/results/bba0d54cab164d77caf7161596b22602875a7a85 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> --- package/dovecot/dovecot.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk index 78bc41bff2..b13bbc429d 100644 --- a/package/dovecot/dovecot.mk +++ b/package/dovecot/dovecot.mk @@ -64,6 +64,13 @@ else DOVECOT_CONF_OPTS += --without-sodium endif +ifeq ($(BR2_PACKAGE_LINUX_PAM),y) +DOVECOT_CONF_OPTS += --with-pam +DOVECOT_DEPENDENCIES += linux-pam +else +DOVECOT_CONF_OPTS += --without-pam +endif + ifeq ($(BR2_PACKAGE_DOVECOT_MYSQL),y) DOVECOT_CONF_ENV += MYSQL_CONFIG="$(STAGING_DIR)/usr/bin/mysql_config" DOVECOT_CONF_OPTS += --with-mysql -- 2.20.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/dovecot: add linux-pam optional dependency 2019-07-11 16:58 [Buildroot] [PATCH 1/1] package/dovecot: add linux-pam optional dependency Fabrice Fontaine @ 2019-07-20 19:47 ` Thomas Petazzoni 2019-08-04 20:14 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Thomas Petazzoni @ 2019-07-20 19:47 UTC (permalink / raw) To: buildroot On Thu, 11 Jul 2019 18:58:38 +0200 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote: > Fixes: > - http://autobuild.buildroot.org/results/bba0d54cab164d77caf7161596b22602875a7a85 > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > --- > package/dovecot/dovecot.mk | 7 +++++++ > 1 file changed, 7 insertions(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/dovecot: add linux-pam optional dependency 2019-07-11 16:58 [Buildroot] [PATCH 1/1] package/dovecot: add linux-pam optional dependency Fabrice Fontaine 2019-07-20 19:47 ` Thomas Petazzoni @ 2019-08-04 20:14 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2019-08-04 20:14 UTC (permalink / raw) To: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > Fixes: > - http://autobuild.buildroot.org/results/bba0d54cab164d77caf7161596b22602875a7a85 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed to 2019.02.x and 2019.05.x, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-04 20:14 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-07-11 16:58 [Buildroot] [PATCH 1/1] package/dovecot: add linux-pam optional dependency Fabrice Fontaine 2019-07-20 19:47 ` Thomas Petazzoni 2019-08-04 20:14 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox