]> git.pld-linux.org Git - packages/openssl.git/blame - engines-dir.patch
up to 1.1.1f
[packages/openssl.git] / engines-dir.patch
CommitLineData
c4c6d146
AM
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 -}
2a83d92e 9
c4c6d146
AM
10 # Convenience variable for those who want to set the rpath in shared
11 # libraries and applications
This page took 0.02246 seconds and 4 git commands to generate.