Thanks, applied as 98b6210ead1bd292b1c93b53abb31ece653e6414. Michael
[sent from post-receive hook] On Thu, 04 Dec 2025 14:14:52 +0100, Sven Püschel <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/nbd.in b/rules/nbd.in > index 8b0024d8f54e..374e28d67dd3 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
