summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dovecot
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-09 12:00:03 -0700
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:32:26 -0700
commite60ce61024cca86e980440f4e9cd19ddd7b38f00 (patch)
treef8ba1c72e1af418f0d5e5273b3473cf9223ce949 /meta-networking/recipes-support/dovecot
parent6a584cdb19c768229680e3fbdcc53cfdad1f64a8 (diff)
downloadmeta-openembedded-e60ce61024cca86e980440f4e9cd19ddd7b38f00.tar.gz
recipes: Link with libtirpc
glibc no longer provides rpc implementation Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dovecot')
-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