Browse Source

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>
lilik-openwrt-22.03
Rui Salvaterra 4 years ago
parent
commit
6007751c63
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/tor/Makefile

+ 2
- 0
net/tor/Makefile 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 \


Loading…
Cancel
Save