From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] nbd: add autotools-autoconf-archive dependency
Date: Wed, 19 Nov 2025 16:04:18 +0100 [thread overview]
Message-ID: <20251119150445.2192157-1-s.pueschel@pengutronix.de> (raw)
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
reply other threads:[~2025-11-19 15:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251119150445.2192157-1-s.pueschel@pengutronix.de \
--to=s.pueschel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox