add symbols-nerd fonts
[oi-userland.git] / components / library / openssl-3 / patches / 04-lib-64.patch
blobe8536a0cd4170d56ed970071e2dcb8837106dddb
1 We prefer amd64/sparcv9 over 64. It fits better our packaging.
3 --- openssl-3.4.0/Configurations/10-main.conf.orig
4 +++ openssl-3.4.0/Configurations/10-main.conf
5 @@ -271,7 +271,7 @@
6 perlasm_scheme => "elf",
7 shared_cflag => "-fPIC",
8 shared_ldflag => add_before("-shared -static-libgcc"),
9 - multilib => "/64",
10 + multilib => "/amd64",
13 #### Solaris x86 with Sun C setups
14 @@ -335,7 +335,7 @@
15 inherit_from => [ "solaris-sparcv9-gcc" ],
16 cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; },
17 bn_ops => "BN_LLONG RC4_CHAR",
18 - multilib => "/64",
19 + multilib => "/sparcv9",
22 #### SPARC Solaris with Sun C setups