Merge pull request #6923 from Andy2244/expat-without-docbook

expat: disable docbook
This commit is contained in:
Ted Hess 2018-09-01 10:07:07 -04:00 committed by GitHub
commit 2871569b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,8 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--enable-shared \
--enable-static
--enable-static \
--without-docbook
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install