浏览代码

expat: fix build, disable docbook

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 2 月之前
父节点
当前提交
be85ab0374
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/expat/Makefile

+ 1 - 0
toolchain/expat/Makefile

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