summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2025-01-05 01:18:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-06 11:53:43 +0100
commit23f8ed031ddd26cc8b7b84cb7f0e72448c17802b (patch)
tree6782d67871288c75ee7a96158f524cdcb43b0241 /package/openssl/Makefile
parent26ae6a77cbd38c7b750c142f4170e2b1b952a69d (diff)
package: openssl: Disable docs build
Building man pages requires pod2man tool. Avoid this extra build dependency. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 01841828c..6a2eccf64 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -38,7 +38,7 @@ OPENSSL_OPTIONS:= shared zlib-dynamic
endif
OPENSSL_OPTIONS+= threads no-err no-tests no-fuzz-libfuzzer no-fuzz-afl
-OPENSSL_OPTIONS+= no-rc5 no-rc2 no-rc4 no-md2 no-idea
+OPENSSL_OPTIONS+= no-rc5 no-rc2 no-rc4 no-md2 no-idea no-docs
HOST_STYLE:= manual
CONFIG_STYLE:= manual