Browse Source

expat: fix build, disable docbook

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 2 months ago
parent
commit
be85ab0374
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/expat/Makefile

+ 1 - 0
toolchain/expat/Makefile

@@ -16,6 +16,7 @@ $(WRKBUILD)/.configured:
 		--prefix=$(STAGING_HOST_DIR)/usr \
 		--prefix=$(STAGING_HOST_DIR)/usr \
 		--enable-static \
 		--enable-static \
 		--disable-shared \
 		--disable-shared \
+		--without-docbook \
 	);
 	);
 	touch $@
 	touch $@