From 6007751c6311715c203d5be2970c5c06da0b4c34 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Fri, 9 Oct 2020 16:01:07 +0100 Subject: [PATCH] tor: disable man pages and html manual generation We don't need this on an embedded system. Signed-off-by: Rui Salvaterra --- net/tor/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.30.2