Mageia Bugzilla – Attachment 13480 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 4/6
openssl-3.0.5+quic-change-ossl-modules-dir.patch (text/plain), 862 bytes, created by
Giuseppe Ghibò
on 2022-11-04 14:28:20 CET
(
hide
)
Description:
fix for quictls patch 4/6
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2022-11-04 14:28:20 CET
Size:
862 bytes
patch
obsolete
>diff -up openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.osslmod openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl >--- openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.osslmod 2022-11-04 11:43:40.334014296 +0100 >+++ openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl 2022-11-04 11:44:31.998414981 +0100 >@@ -304,8 +304,8 @@ LIBDIR={- our $libdir = $config{libdir}; > # $(libdir) is chosen to be compatible with the GNU coding standards > libdir={- file_name_is_absolute($libdir) > ? $libdir : '$(INSTALLTOP)/$(LIBDIR)' -} >-ENGINESDIR=$(libdir)/engines-{- $sover_dirname -} >-MODULESDIR=$(libdir)/ossl-modules >+ENGINESDIR=$(libdir)/engines-quic-{- $sover_dirname -} >+MODULESDIR=$(libdir)/ossl-quic-modules > > # Convenience variable for those who want to set the rpath in shared > # libraries and applications
diff -up openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.osslmod openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl --- openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl.osslmod 2022-11-04 11:43:40.334014296 +0100 +++ openssl-openssl-3.0.5-quic1/Configurations/unix-Makefile.tmpl 2022-11-04 11:44:31.998414981 +0100 @@ -304,8 +304,8 @@ LIBDIR={- our $libdir = $config{libdir}; # $(libdir) is chosen to be compatible with the GNU coding standards libdir={- file_name_is_absolute($libdir) ? $libdir : '$(INSTALLTOP)/$(LIBDIR)' -} -ENGINESDIR=$(libdir)/engines-{- $sover_dirname -} -MODULESDIR=$(libdir)/ossl-modules +ENGINESDIR=$(libdir)/engines-quic-{- $sover_dirname -} +MODULESDIR=$(libdir)/ossl-quic-modules # Convenience variable for those who want to set the rpath in shared # libraries and applications
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31066
:
13476
|
13477
|
13478
|
13479
| 13480 |
13481
|
13482
|
13498