Browse Source

expat: fix build, disable docbook

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 1 năm trước cách đây
mục cha
commit
be85ab0374
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 $@