mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] nbd: add autotools-autoconf-archive dependency
@ 2025-11-19 15:04 Sven Püschel
  0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-11-19 15:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

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 <s.pueschel@pengutronix.de>
---
 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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-19 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-19 15:04 [ptxdist] [PATCH] nbd: add autotools-autoconf-archive dependency Sven Püschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox