diff options
-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 $@ |