]> git.pld-linux.org Git - packages/openssl.git/blame - engines-dir.patch
up to 3.3.0 (fixes CVE-2024-2511)
[packages/openssl.git] / engines-dir.patch
CommitLineData
e8d40f5b
JB
1--- openssl-3.0.5/Configurations/unix-Makefile.tmpl.orig 2022-07-10 17:18:36.338376691 +0200
2+++ openssl-3.0.5/Configurations/unix-Makefile.tmpl 2022-07-10 17:29:34.034813643 +0200
3@@ -304,8 +304,8 @@ LIBDIR={- our $libdir = $config{libdir};
c4c6d146
AM
4 # $(libdir) is chosen to be compatible with the GNU coding standards
5 libdir={- file_name_is_absolute($libdir)
6 ? $libdir : '$(INSTALLTOP)/$(LIBDIR)' -}
7-ENGINESDIR=$(libdir)/engines-{- $sover_dirname -}
3f69fe91 8-MODULESDIR=$(libdir)/ossl-modules
c4c6d146 9+ENGINESDIR=/$(LIBDIR)/engines-{- $sover_dirname -}
3f69fe91 10+MODULESDIR=/$(LIBDIR)/ossl-modules
2a83d92e 11
c4c6d146
AM
12 # Convenience variable for those who want to set the rpath in shared
13 # libraries and applications
This page took 0.292864 seconds and 4 git commands to generate.