projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929a5a9
)
tor: disable man pages and html manual generation
13755/head
author
Rui Salvaterra
<rsalvaterra@gmail.com>
Fri, 9 Oct 2020 15:01:07 +0000
(16:01 +0100)
committer
Rui Salvaterra
<rsalvaterra@gmail.com>
Wed, 28 Oct 2020 22:34:01 +0000
(22:34 +0000)
We don't need this on an embedded system.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
net/tor/Makefile
patch
|
blob
|
history
diff --git
a/net/tor/Makefile
b/net/tor/Makefile
index 111d84f93825d97972064cf7a1f3a33d99459b98..db335756635a2cdfcc525a5830b67f9d7d6ad9fc 100644
(file)
--- 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 \