]> git.pld-linux.org Git - packages/openssl.git/blob - engines-dir.patch
- enhanced engines-dir patch to adjust enginesdir in libcrypto.pc file, moved engines...
[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
12 @@ -888,7 +888,7 @@ libcrypto.pc:
13                 echo 'libdir=$(libdir)'; \
14             fi; \
15             echo 'includedir=$${prefix}/include'; \
16 -           echo 'enginesdir=$${libdir}/engines-{- $sover_dirname -}'; \
17 +           echo 'enginesdir=/$(LIBDIR)/engines-{- $sover_dirname -}'; \
18             echo ''; \
19             echo 'Name: OpenSSL-libcrypto'; \
20             echo 'Description: OpenSSL cryptography library'; \
This page took 0.103133 seconds and 4 git commands to generate.