diff options
-rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb index b2ead4b19..243dda70e 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb | |||
@@ -14,6 +14,10 @@ SRC_URI[sha256sum] = "d8d9f32c846397f7c22749a84c5cf6f59c55ff7ded3dc9f07749a25518 | |||
14 | 14 | ||
15 | DEPENDS = "openssl xz zlib bzip2 libcap icu" | 15 | DEPENDS = "openssl xz zlib bzip2 libcap icu" |
16 | 16 | ||
17 | DEPENDS_append_libc-musl = " libtirpc" | ||
18 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | ||
19 | LDFLAGS_append_libc-musl = " -ltirpc" | ||
20 | |||
17 | inherit autotools pkgconfig systemd useradd | 21 | inherit autotools pkgconfig systemd useradd |
18 | 22 | ||
19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" |