diff options
Diffstat (limited to 'package/libs/openssl/patches/130-dont-build-tests-fuzz.patch')
-rw-r--r-- | package/libs/openssl/patches/130-dont-build-tests-fuzz.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch index 1117f7152f..7f33cb9dae 100644 --- a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch +++ b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch @@ -7,9 +7,11 @@ This shortens build time. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> +diff --git a/Configure b/Configure +index 74d057c219..5813e9f8fe 100755 --- a/Configure +++ b/Configure -@@ -318,7 +318,7 @@ my $auto_threads=1; # enable threads +@@ -318,7 +318,7 @@ my $auto_threads=1; # enable threads automatically? true by default my $default_ranlib; # Top level directories to build |