diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-17 14:00:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-17 14:05:03 +0100 |
commit | be85ab0374e51af3aaca42241ba01cff92bd9dac (patch) | |
tree | 4993b18f5789806048a16dc2204b74467206b4f2 | |
parent | 5a9e9285d3ee3cec3b61a70e051b2cabe301b4ed (diff) |
expat: fix build, disable docbook
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-rw-r--r-- | toolchain/expat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 $@ |