浏览代码

package: openssl: Disable docs build

Building man pages requires pod2man tool. Avoid this extra build
dependency.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 4 月之前
父节点
当前提交
23f8ed031d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/openssl/Makefile

+ 1 - 1
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