From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <r.hieber@pengutronix.de>
Subject: [ptxdist] [PATCH] host-expat: build without docbook
Date: Mon, 12 Nov 2018 16:17:58 +0100 [thread overview]
Message-ID: <20181112151758.1727-1-r.hieber@pengutronix.de> (raw)
docbook is only used to generate the man pages, which we don't use.
Disable it to prevent errors in the prepare stage when bulding on Debian
stretch and docbook-utils are installed:
checking for docbook2man... docbook2man
configure: error: Your local docbook2man was found to work with SGML rather
than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point
configure to command docbook2x-man of docbook2X.
Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.
You can also configure using --without-docbook if you can do without a man
page for xmlwf.
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
rules/host-expat.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/host-expat.make b/rules/host-expat.make
index e28aabcd6..02d93f42d 100644
--- a/rules/host-expat.make
+++ b/rules/host-expat.make
@@ -32,6 +32,7 @@ HOST_EXPAT_DIR = $(HOST_BUILDDIR)/$(HOST_EXPAT)
HOST_EXPAT_CONF_TOOL := autoconf
HOST_EXPAT_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-static
+ --disable-static \
+ --without-docbook
# vim: syntax=make
--
2.19.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2018-11-12 15:17 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=20181112151758.1727-1-r.hieber@pengutronix.de \
--to=r.hieber@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