The nbd.extract.post step has a dependency on
autotools-autoconf-archive. If it is not selected by another rule it
fails with the following error:
configure.ac:104: error: The m4 macro AX_PROG_BISON has not been defined.
Please install the autoconf-archive package.
Fixes: 0f202ec7ef6c ("nbd: version bump 3.25 -> 3.26.1")
Signed-off-by: Sven Püschel <[email protected]>
---
rules/nbd.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/nbd.in b/rules/nbd.in
index 8b0024d8f..374e28d67 100644
--- a/rules/nbd.in
+++ b/rules/nbd.in
@@ -3,6 +3,7 @@
config NBD
tristate
select GLIB
+ select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
select LIBNL3
prompt "NBD server and client"
help
--
2.47.3