diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-26 09:12:12 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-26 09:12:12 +0000 |
commit | bbb9c1c2bebb98793d7ccf64da19e34ff08c8706 (patch) | |
tree | 3138adf52a4d7365473954debd30d91bbc0dbd51 /package/libs/openssl/patches/130-dont-build-tests-fuzz.patch | |
parent | e27ef2da0d513494c3e9926ce8d44b63e4236a32 (diff) | |
download | upstream-bbb9c1c2bebb98793d7ccf64da19e34ff08c8706.tar.gz upstream-bbb9c1c2bebb98793d7ccf64da19e34ff08c8706.tar.bz2 upstream-bbb9c1c2bebb98793d7ccf64da19e34ff08c8706.zip |
Revert "openssl: refresh patches"
This reverts commit e27ef2da0d513494c3e9926ce8d44b63e4236a32.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
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 |