summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb')
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
index 5ebda19eb..882d5d554 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
@@ -15,11 +15,9 @@ SRC_URI = "http://dovecot.org/releases/2.2/dovecot-${PV}.tar.gz \
15SRC_URI[md5sum] = "d61d1e923a22f9062cc9f47696882666" 15SRC_URI[md5sum] = "d61d1e923a22f9062cc9f47696882666"
16SRC_URI[sha256sum] = "e9483d68a7698d701bc06124fcf6e1b1f16380c2986c7ec0cf4e1475b9d0c218" 16SRC_URI[sha256sum] = "e9483d68a7698d701bc06124fcf6e1b1f16380c2986c7ec0cf4e1475b9d0c218"
17 17
18DEPENDS = "openssl xz zlib bzip2 libcap icu" 18DEPENDS = "openssl xz zlib bzip2 libcap icu libtirpc"
19 19CFLAGS += "-I${STAGING_INCDIR}/tirpc"
20DEPENDS_append_libc-musl = " libtirpc" 20LDFLAGS += "-ltirpc"
21CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc"
22LDFLAGS_append_libc-musl = " -ltirpc"
23 21
24inherit autotools pkgconfig systemd useradd 22inherit autotools pkgconfig systemd useradd
25 23