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, 1 insertions, 3 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 7f33cb9dae..1117f7152f 100644 --- a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch +++ b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch @@ -7,11 +7,9 @@ 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 automatically? true by default +@@ -318,7 +318,7 @@ my $auto_threads=1; # enable threads my $default_ranlib; # Top level directories to build |