From: Andy Walsh Date: Sat, 1 Sep 2018 12:16:16 +0000 (+0200) Subject: expat: disable docbook X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6186f46d2e82ea2773bb1c9fce1e2ce6be02d95b;p=openwrt-packages.git expat: disable docbook Signed-off-by: Andy Walsh --- 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