1--- Configure.orig	2020-04-21 14:22:39.000000000 +0200
2+++ Configure	2020-07-07 17:25:19.256297500 +0200
3@@ -24,7 +24,7 @@
4 my $orig_death_handler = $SIG{__DIE__};
5 $SIG{__DIE__} = \&death_handler;
6
7-my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
8+my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [no-multilib] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
9
10 # Options:
11 #
12@@ -59,6 +59,7 @@
13 #               If disabled, it also disables shared and dynamic-engine.
14 # no-asm        do not use assembler
15 # no-egd        do not compile support for the entropy-gathering daemon APIs
16+# no-multilib   exclude multilib identifier from library name
17 # [no-]zlib     [don't] compile support for zlib compression.
18 # zlib-dynamic  Like "zlib", but the zlib library is expected to be a shared
19 #               library and will be loaded in run-time by the OpenSSL library.
20@@ -383,6 +384,7 @@
21     "mdc2",
22     "msan",
23     "multiblock",
24+    "multilib",
25     "nextprotoneg",
26     "pinshared",
27     "ocb",
28@@ -1754,6 +1756,10 @@
29             if (-f catfile($srcdir, "test", $_, "build.info"));
30     }
31
32+    if ($disabled{"multilib"}) {
33+        $target{"multilib"} = "";
34+    }
35+
36     $config{build_infos} = [ ];
37
38     my %ordinals = ();
39