expat: fix host build issue with docbook
authorMichael Heimpold <michael.heimpold@i2se.com>
Mon, 3 Sep 2018 11:36:08 +0000 (13:36 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 29 Sep 2019 09:29:52 +0000 (11:29 +0200)
commitdeae9b348a166cd869fc91badc7f249a39669c29
tree16cfbcd4b88fde140943c46ffbfdd48935740af8
parentfec2709d7899046552c213df6bade440fa407865
expat: fix host build issue with docbook

Additionally to the fix issued for #6923, we need to disable the docbook
usage also for the host build. This prevents the following error:

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: Michael Heimpold <michael.heimpold@i2se.com>
libs/expat/Makefile