]> git.pld-linux.org Git - packages/openssl.git/blob - engines-dir.patch
up to 3.3.0 (fixes CVE-2024-2511)
[packages/openssl.git] / engines-dir.patch
1 --- openssl-1.1.1/Configurations/unix-Makefile.tmpl~    2018-09-13 13:40:10.000000000 +0200
2 +++ openssl-1.1.1/Configurations/unix-Makefile.tmpl     2018-09-13 13:40:42.065819616 +0200
3 @@ -170,7 +170,7 @@ LIBDIR={- our $libdir = $config{libdir};
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 -}
8 +ENGINESDIR=/$(LIBDIR)/engines-{- $sover_dirname -}
9  
10  # Convenience variable for those who want to set the rpath in shared
11  # libraries and applications
This page took 0.019724 seconds and 3 git commands to generate.