Browse Source

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 <[email protected]>
Marko Ratkaj 7 năm trước cách đây
mục cha
commit
6e80dd58bb
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      tools/expat/Makefile

+ 3 - 0
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