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:
parent
929a5a9f0c
commit
6007751c63
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue