Mageia Bugzilla – Attachment 13482 Details for
Bug 31066
quictls OpenSSL fork should not have been imported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix for quictls patch 6/6
openssl-3.0.5+quic-honor-shlib_variant.patch (text/plain), 1.45 KB, created by
Giuseppe Ghibò
on 2022-11-04 14:29:37 CET
(
hide
)
Description:
fix for quictls patch 6/6
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2022-11-04 14:29:37 CET
Size:
1.45 KB
patch
obsolete
>diff -up openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.variant openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl >--- openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.variant 2022-11-04 13:49:06.000000000 +0100 >+++ openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl 2022-11-04 13:49:55.499047859 +0100 >@@ -84,7 +84,7 @@ SHLIBS={- join(" \\\n" . ' ' x 7, > SHLIB_INFO={- join(" \\\n" . ' ' x 11, > fill_lines(" ", $COLUMNS - 11, > map { my $x = platform->sharedlib($_); >- my $y = platform->sharedlib_simple($_) // ''; >+ my $y = platform->sharedname($_) . '.so' // ''; > my $z = platform->sharedlib_import($_) // ''; > $x ? "\"$x;$y;$z\"" : () } > @{$unified_info{libraries}})) -} >@@ -160,7 +160,7 @@ INSTALL_SHLIB_INFO={- > join(" \\\n" . ' ' x 19, > fill_lines(" ", $COLUMNS - 19, > map { my $x = platform->sharedlib($_); >- my $y = platform->sharedlib_simple($_) // ''; >+ my $y = platform->sharedname($_) . '.so' // ''; > my $z = platform->sharedlib_import($_) // ''; > $x ? "\"$x;$y;$z\"" : () } > grep { !$unified_info{attributes}->{libraries}->{$_}->{noinst} }
diff -up openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.variant openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl --- openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.variant 2022-11-04 13:49:06.000000000 +0100 +++ openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl 2022-11-04 13:49:55.499047859 +0100 @@ -84,7 +84,7 @@ SHLIBS={- join(" \\\n" . ' ' x 7, SHLIB_INFO={- join(" \\\n" . ' ' x 11, fill_lines(" ", $COLUMNS - 11, map { my $x = platform->sharedlib($_); - my $y = platform->sharedlib_simple($_) // ''; + my $y = platform->sharedname($_) . '.so' // ''; my $z = platform->sharedlib_import($_) // ''; $x ? "\"$x;$y;$z\"" : () } @{$unified_info{libraries}})) -} @@ -160,7 +160,7 @@ INSTALL_SHLIB_INFO={- join(" \\\n" . ' ' x 19, fill_lines(" ", $COLUMNS - 19, map { my $x = platform->sharedlib($_); - my $y = platform->sharedlib_simple($_) // ''; + my $y = platform->sharedname($_) . '.so' // ''; my $z = platform->sharedlib_import($_) // ''; $x ? "\"$x;$y;$z\"" : () } grep { !$unified_info{attributes}->{libraries}->{$_}->{noinst} }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31066
:
13476
|
13477
|
13478
|
13479
|
13480
|
13481
| 13482 |
13498