openssl: bump to 3.0.8
[openwrt/openwrt.git] / package / libs / openssl / patches / 130-dont-build-fuzz-docs.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Eneas U de Queiroz <cote2004-github@yahoo.com>
3 Date: Thu, 27 Sep 2018 08:34:38 -0300
4 Subject: Do not build tests and fuzz directories
5
6 This shortens build time.
7
8 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
9
10 --- a/build.info
11 +++ b/build.info
12 @@ -1,7 +1,7 @@
13 # Note that some of these directories are filtered in Configure. Look for
14 # %skipdir there for further explanations.
15
16 -SUBDIRS=crypto ssl apps util tools fuzz providers doc
17 +SUBDIRS=crypto ssl apps util tools providers
18 IF[{- !$disabled{tests} -}]
19 SUBDIRS=test
20 ENDIF