From be85ab0374e51af3aaca42241ba01cff92bd9dac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 17 Mar 2025 14:00:57 +0100 Subject: expat: fix build, disable docbook Signed-off-by: Waldemar Brodkorb --- toolchain/expat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/expat/Makefile b/toolchain/expat/Makefile index 4c9982cf9..6d1c6215b 100644 --- a/toolchain/expat/Makefile +++ b/toolchain/expat/Makefile @@ -16,6 +16,7 @@ $(WRKBUILD)/.configured: --prefix=$(STAGING_HOST_DIR)/usr \ --enable-static \ --disable-shared \ + --without-docbook \ ); touch $@ -- cgit v1.2.3