aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarko Ratkaj <marko.ratkaj@sartura.hr>2018-09-10 11:04:36 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 11:28:13 +0100
commit15a023a458a28a23450c44e0bc6c535bfc15e2a1 (patch)
tree9053df0d573d72545222a64f74b905d6e169078f /tools
parent4b5e062bd3b901afe2668f3ff04d08e30df00d22 (diff)
downloadupstream-15a023a458a28a23450c44e0bc6c535bfc15e2a1.tar.gz
upstream-15a023a458a28a23450c44e0bc6c535bfc15e2a1.tar.bz2
upstream-15a023a458a28a23450c44e0bc6c535bfc15e2a1.zip
tools/expat: fix docbook2man error on some systems
On some systems (Gentoo) configure stage fails because of docbook2man working with SGML rather than with XML. We don't need xmlwf man pages so we disable this. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr> (backported from 6e80dd58bb6c8c146ed8fd7ed538e96db4e8cc13)
Diffstat (limited to 'tools')
-rw-r--r--tools/expat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index fab04e011f..54527a7d0a 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -19,6 +19,9 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_ARGS += \
+ --without-docbook
+
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install
endef