From 6186f46d2e82ea2773bb1c9fce1e2ce6be02d95b Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Sat, 1 Sep 2018 14:16:16 +0200 Subject: [PATCH] expat: disable docbook Signed-off-by: Andy Walsh --- libs/expat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index e373a32ac..3f1d71e09 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -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