diff options
-rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb index 239a252738..0f7fad2b24 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb | |||
@@ -19,7 +19,7 @@ DEPENDS = "openssl xz zlib bzip2 libcap icu libtirpc" | |||
19 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" | 19 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" |
20 | LDFLAGS += "-ltirpc" | 20 | LDFLAGS += "-ltirpc" |
21 | 21 | ||
22 | inherit autotools pkgconfig systemd useradd | 22 | inherit autotools pkgconfig systemd useradd gettext |
23 | 23 | ||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" |
25 | 25 | ||