tor: disable man pages and html manual generation

We don't need this on an embedded system.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
Rui Salvaterra 2020-10-09 16:01:07 +01:00
parent 929a5a9f0c
commit 6007751c63
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ CONFIGURE_ARGS += \
--with-openssl-dir="$(STAGING_DIR)/usr" \
--with-zlib-dir="$(STAGING_DIR)/usr" \
--disable-asciidoc \
--disable-html-manual \
--disable-manpage \
--disable-seccomp \
--disable-libscrypt \
--disable-unittests \