]> git.pld-linux.org Git - packages/openssl.git/blame - engines-dir.patch
- enable FIPS provider and Kernel TLS support
[packages/openssl.git] / engines-dir.patch
CommitLineData
3f69fe91
JR
1--- openssl-3.0.0/Configurations/unix-Makefile.tmpl~ 2021-09-18 10:59:16.000000000 +0200
2+++ openssl-3.0.0/Configurations/unix-Makefile.tmpl 2021-09-18 11:01:29.191573488 +0200
3@@ -303,8 +303,8 @@
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.222529 seconds and 4 git commands to generate.