diff options
-rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb index ba9c4e5ef0..d4c0f861f8 100644 --- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb +++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | |||
@@ -25,6 +25,9 @@ SRC_URI[sha256sum] = "d5bf3f674cae986bb6178b1db215a703ac94adc5f75fadfdcff63dcbb5 | |||
25 | 25 | ||
26 | inherit autotools-brokensep pkgconfig systemd | 26 | inherit autotools-brokensep pkgconfig systemd |
27 | 27 | ||
28 | PACKAGECONFIG ??= "" | ||
29 | PACKAGECONFIG[libtdb] = "--without-included-tdb,--with-included-tdb,libtdb" | ||
30 | |||
28 | PARALLEL_MAKE = "" | 31 | PARALLEL_MAKE = "" |
29 | 32 | ||
30 | DEPENDS += "popt libtevent libtalloc libldb" | 33 | DEPENDS += "popt libtevent libtalloc libldb" |