Merge pull request #6944 from mhei/expat-docbook-hostbuild

expat: fix host build issue with docbook
This commit is contained in:
Ted Hess 2018-09-03 09:37:36 -04:00 committed by GitHub
commit 27f9d875e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ CONFIGURE_ARGS += \
--enable-static \ --enable-static \
--without-docbook --without-docbook
HOST_CONFIGURE_ARGS += \
--without-docbook
define Host/Install define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install $(MAKE) -C $(HOST_BUILD_DIR) install
endef endef