diff options
-rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb index 7cea0f681c..b5a60645c5 100644 --- a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb +++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | |||
@@ -27,6 +27,9 @@ PACKAGECONFIG[libtdb] = "--without-included-tdb,--with-included-tdb,libtdb" | |||
27 | PARALLEL_MAKE = "" | 27 | PARALLEL_MAKE = "" |
28 | 28 | ||
29 | DEPENDS += "popt libtevent libtalloc libldb" | 29 | DEPENDS += "popt libtevent libtalloc libldb" |
30 | DEPENDS_append_libc-musl = " libtirpc" | ||
31 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | ||
32 | LDFLAGS_append_libc-musl = " -ltirpc" | ||
30 | 33 | ||
31 | # ctdbd_wrapper requires pgrep, hence procps | 34 | # ctdbd_wrapper requires pgrep, hence procps |
32 | RDEPENDS_${PN} += "procps" | 35 | RDEPENDS_${PN} += "procps" |