mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/dovecot: add linux-pam optional dependency
Fixes:
- http://autobuild.buildroot.org/results/bba0d54cab164d77caf7161596b22602875a7a85
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9ff28a4410)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
44b6fda22d
commit
e571fbef55
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user