From: Rui Salvaterra Date: Fri, 9 Oct 2020 15:01:07 +0000 (+0100) Subject: tor: disable man pages and html manual generation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F13755%2Fhead;p=feed%2Fpackages.git tor: disable man pages and html manual generation We don't need this on an embedded system. Signed-off-by: Rui Salvaterra --- diff --git a/net/tor/Makefile b/net/tor/Makefile index 111d84f938..db33575663 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -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 \