diff options
-rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | 1 |
1 files changed, 1 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 b5a60645c5..2ca781bf56 100644 --- a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb +++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | |||
@@ -35,6 +35,7 @@ LDFLAGS_append_libc-musl = " -ltirpc" | |||
35 | RDEPENDS_${PN} += "procps" | 35 | RDEPENDS_${PN} += "procps" |
36 | 36 | ||
37 | do_configure() { | 37 | do_configure() { |
38 | gnu-configize --force ${S} | ||
38 | oe_runconf | 39 | oe_runconf |
39 | } | 40 | } |
40 | 41 | ||